HELP!
#3

OnPlayerRequestSpawn ->
pawn Код:
new Playername[24];
GetPlayerName(playerid, Playername, sizeof(Playername));
if(GetPlayerSkin(playerid) == PRIVATESKINID && strcmp(Playername,"[LK]Chrillzen",true))
{
    SendClientMessage(playerid,0xff0000ff,"This skin is private.");
    return 0;
}
Just replace the PRIVATESKINID to the ID of your skin.
Reply


Messages In This Thread
HELP! - by Chrillzen - 28.07.2011, 21:02
Re: HELP! - by fie - 28.07.2011, 21:17
Re: HELP! - by Amit_B - 28.07.2011, 22:02
Re: HELP! - by Chrillzen - 28.07.2011, 22:46

Forum Jump:


Users browsing this thread: 1 Guest(s)