Spawn text
#1

Hello,
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;
}
But this only displays on 2nd spawn and later.
Any ideas?
Reply
#2

You might not get far with that because there are not specific names for each skin.
Reply
#3

No, I mean I define the names myself, but I want to display this text when the player spawns.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)