other help with textdraw
#2

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


Messages In This Thread
other help with textdraw - by ScripteRNaBEEL - 23.06.2014, 13:20
Re: other help with textdraw - by WardenCS - 23.06.2014, 13:21
Re: other help with textdraw - by ScripteRNaBEEL - 23.06.2014, 13:22
Re: other help with textdraw - by WardenCS - 23.06.2014, 13:23
Re: other help with textdraw - by ScripteRNaBEEL - 23.06.2014, 13:26

Forum Jump:


Users browsing this thread: 1 Guest(s)