SA-MP Forums Archive
Sprites Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Sprites Problem (/showthread.php?tid=318452)



Sprites Problem - Frank_Diamond - 15.02.2012

Hi people. I have a problem with sprites textdraw y create a sprite with this command(zcmd):
pawn Код:
zcmd(mapa, playerid, params[]){
    Sprite0 = TextDrawCreate(200.0, 220.0, "samaps:map");
    TextDrawFont(Sprite0, 4);
    TextDrawColor(Sprite0,0xFFFFFFFF);
    TextDrawShowForPlayer(playerid,Sprite0);
    return 1;
}
The problem is that the textdraw never apear... please help me


Re: Sprites Problem - RicaNiel - 15.02.2012

put the text draw coords


Respuesta: Sprites Problem - Frank_Diamond - 15.02.2012

How i donґt understand?? How can i create a Sprite? ther ir a program? or something else?


Re: Sprites Problem - thimo - 15.02.2012

What you mean by sprite anyway? Like a GUI?


Respuesta: Sprites Problem - Frank_Diamond - 15.02.2012

No. The new textdraws sprite... The ones that are created by GTA