Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

[TextDarw]Problems!!


Guest [Sdk]GoD

Question

Guest [Sdk]GoD
Posted

Salut...

AStazi am inceput un nou,GameMode si am ajuns pe la lini 9033 si acum cand trebuie sami pun TextDrawuri!

Nu-mi ese..Adica-l fac cu TextDraw Editor by Zamrth imi arata linile complete adica

/*
Filterscript generated using Zamaroht's TextDraw Editor Version 1.0.
Designed for SA-MP 0.3a.

Time and Date: 2011-1-27 @ 15:34:53

Instructions:
1- Compile this file using the compiler provided with the sa-mp server package.
2- Copy the .amx file to the filterscripts directory.
3- Add the filterscripts in the server.cfg file (more info here:
http://wiki.sa-mp.com/wiki/Server.cfg)
4- Run the server!

Disclaimer:
You have full rights over this file. You can distribute it, modify it, and
change it as much as you want, without having to give any special credits.
*/

#include <a_samp>

new Text:Textdraw0;

public OnFilterScriptInit()
{
	print("Textdraw file generated by");
	print("    Zamaroht's textdraw editor was loaded.");

	// Create the textdraws:
	Textdraw0 = TextDrawCreate(248.000000, 425.000000, "/Hold /Help /Cmds /Teles");
	TextDrawAlignment(Textdraw0, 3);
	TextDrawBackgroundColor(Textdraw0, 65535);
	TextDrawFont(Textdraw0, 0);
	TextDrawLetterSize(Textdraw0, 0.669999, 1.800000);
	TextDrawColor(Textdraw0, -65281);
	TextDrawSetOutline(Textdraw0, 1);
	TextDrawSetProportional(Textdraw0, 1);

	return 1;
}

public OnFilterScriptExit()
{
	TextDrawHideForAll(Textdraw0);
	TextDrawDestroy(Textdraw0);
	return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
	TextDrawShowForPlayer(playerid, Textdraw0);
	return 1;
}

public OnPlayerSpawn(playerid)
{
	TextDrawHideForPlayer(playerid, Textdraw0);
	return 1;
}

Sunt disperat:(Daca mar putea ajuta cineva!(ATENTIE:GameModu-l esten ceput de la 0 deci nu a avut vrodata TextDrawuri io lipsi cv!)

Ajutor va rog frumos!

[move]Va rog lasati post!![/move]

5 answers to this question

Recommended Posts

Posted

Angell." post="51805" timestamp="1296156216"]

mda nimeni nu stie:(

Asteapta minim 24 de ore pana sa zici asta, ca asa in doar 12 minute nu intra multa lume priceputa ...

PS: Ai dat loadfs ? xD

Posted

nu trebuie sa ai si niste chestii cu

forward
pentru callbackuri ?
Stefane te dai suprem, te dai mare, injuri restu dar la tine nu te uiti ce praf esti. la publicurile venite direct cu pawn nu au ce exista forward doar la cele facute de tine gen
forward OkeDoke( p, c, s[]);
public OkeDoke( p, c , s[] )
{
    //code
}

Posted

Angell." post="51820" timestamp="1296158768"]

Zh3r0 ce pun la code acolo??

Nu mam prins...

P.S:Haideti ma cineva

Eu doar i ziceam la setfanel un lucru.

Despre problema ta nu stiu exact.

Posted

Angell." post="51836" timestamp="1296163047"]

off:(

mda..Zh3r0 dami ID tau prin PM!

Scuze dar nu ajut pe mess.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.