09.08.2011, 09:51
Hello,
I want to display a text message when the player spawns, containing it's skin name.
So far I got this:
But this only displays on 2nd spawn and later.
Any ideas?
I want to display a text message when the player spawns, containing it's skin name.
So far I got this:
Код:
public OnPlayerSpawn(playerid)
{
if(GetPlayerSkin(playerid) == 1) GameTextForPlayer(playerid,"You're now playing as The Truth",3000,5);
return 1;
}
Any ideas?

