GTAOnline.net
San Andreas Multiplayer (sa:mp) => Scripting SA-MP [Pawn center] => Discussion démarrée par: anthony_54 le 24 Décembre 2010, 22:39:08
-
Voilà j'aimerais savoir comment redescendre ce texte .
faire en sorte de le replacer en dessous du radar de GTA san andreas j'ai tester plusieurs façon mais rien :s
#define Text_Minimap " ~b~ ~b~ ~b~http:/www.jackass-serveur.eu/forum/ --/aides--"
public OnPlayerConnect(playerid)
{
new Text:text = TextDrawCreate(5.0, 400.0,Text_Minimap);
TextDrawUseBox(text, 0);
TextDrawFont(text, 3);
TextDrawSetShadow(text,0);
TextDrawSetOutline(text,1);
TextDrawBackgroundColor(text,0x000000FF);
TextDrawColor(text,0xFFFFFFFF);
TextDrawShowForPlayer(playerid, text);
return 1;
}
Cordialement Anthony_54
Bonne fête a tous ;)
-
La fonction à modifier est TextDrawCreate ;).
Tu as les informations qui suffise sur le Wiki, bonne chance.
http://wiki.sa-mp.com/wiki/TextDrawCreate (http://wiki.sa-mp.com/wiki/TextDrawCreate)
-
Merci je vais regarder sa ;)