SA-MP Forums Archive
Help With Sprite please. - 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: Help With Sprite please. (/showthread.php?tid=350382)



Help With Sprite please. - RoleplayEditor - 12.06.2012

Well i tried making a sprite.. textdraw to come while Register/Login ...But the problem is..

The Sprite do show up..but When the register or login system appears it hides..I putted my code @
RequestClass
Why ? Because the reg/login system is there..So i thought of a idea..if i put the TextDrawShowForPlayer there..It might work..but still same..
Help please ;S


Re: Help With Sprite please. - zombieking - 12.06.2012

Yeah.. and the CODE?


Re: Help With Sprite please. - RoleplayEditor - 12.06.2012

Lol is it rly important ? or just tell me where to put it D:..


Re: Help With Sprite please. - royal_king - 12.06.2012

If you post your code, people can help you out. Without posting the code people can't help you out.


Re: Help With Sprite please. - RoleplayEditor - 12.06.2012

Ok here.
pawn Код:
new Text:Sprite0;
OnPlayerSpawn
pawn Код:
{
     TextDrawHideForAll(Sprite0);[/spawn]
OnPlayerRequestClass
pawn Код:
TextDrawShowForPlayer(playerid,Sprite0);
Here it is..
Btw thats epic you need code for this too :/