21.05.2010, 03:15
First question :
How can I make a certain skin, spawn randomly anywhere.
Second question :
Why the hell doesn't the GameTextForPlayer show up?!
How can I make a certain skin, spawn randomly anywhere.
Second question :
Why the hell doesn't the GameTextForPlayer show up?!
pawn Код:
if(classid == 105)
{
GameTextForPlayer(playerid, "Grove Team", 5000, 2);
gTeam[playerid] = Grove;
SetPlayerTeam(playerid,1);
SetPlayerPos(playerid, 1, 1, 1);
}