#1

Hello I was wondering how to make the next thing.

OnPlayer Select "Police skin" (Skins between 265 - 267 & 280 - 28

On Player Spawn

Welcome, your job is to arrest players.
Do /cs [265 - 267 & 280 - 288] To change your cop skin.

tnx alex.
Reply
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
    switch(GetPlayerSkin(playerid))
    {
        case 265..267,280..288:
        {
            SendClientMessage(playerid, 0xFFFFFFFF, "Welcome, your job is to arrest players.");
            SendClientMessage(playerid, 0xFFFFFFFF, "Do /cs To change your cop skin.");
        }
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)