1 Help
#1

Ok on RequestClass and the skin selection how to make if you dont have like [LSPD] tag on your name you cant pick the skin and go to OnPlayerSpawn
Reply
#2

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(GetPlayerSkin(playerid) == 125)
    {
        if(strfind(pName(playerid), "[LSPD]", true) == -1)
        {
            SendClientMessage(playerid, "You must be an LSPD member to use this skin!");
            return 0;
        }
    }
    return 1;
}
Reply
#3

thanks g
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)