I need help for this!
#3

pawn Код:
public OnPlayerSpawn(playerid)
{
    new pName[24];
    GetPlayerName(playerid,pName,24);
    if(!strcmp("Whatever You Want",pName,true))
    {
        SetPlayerSkin(playerid,skinid);
    }
    return 1;
}
Reply


Messages In This Thread
I need help for this! - by Panormitis - 24.04.2011, 14:54
Re: I need help for this! - by trapped1 - 24.04.2011, 14:59
Re: I need help for this! - by aircombat - 24.04.2011, 15:01

Forum Jump:


Users browsing this thread: 2 Guest(s)