SA-MP Forums Archive
other help with textdraw - 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: other help with textdraw (/showthread.php?tid=521529)



other help with textdraw - ScripteRNaBEEL - 23.06.2014

i make a textdraw for class slection after slection when we spawn it have to hide but it doesnt hide help me any one....in my vps that problem having not in pc.


Re: other help with textdraw - WardenCS - 23.06.2014

Код:
public OnPlayerConnect(playerid)
{
OnClassSelection[playerid] = 1;
return 1;
}
public OnPlayerSpawn(playerid)
{
if(OnClassSelection[playerid] == 1)
{
TextDrawHideForPlayer(playerid,textdraw);
OnClassSelection[playerid] = 0;
}
return 1;
}



Re: other help with textdraw - ScripteRNaBEEL - 23.06.2014

already done


Re: other help with textdraw - WardenCS - 23.06.2014

maybe its wrong textdraw id?


Re: other help with textdraw - ScripteRNaBEEL - 23.06.2014

not working wait i pm you the codes of my textdraw