Clan Skins Only... [I WILL +REP]
#2

Edit and put in in OnPlayerSpawn
pawn Код:
new playerName[ MAX_PLAYER_NAME ];
GetPlayerName( playerid, playerName, MAX_PLAYER_NAME );
if( strfind( "[Cali]", playerName, true ) != -1 )
{
    if( GetPlayerSkin( playerid ) /*skin id here*/ )
    {
        ForceClassSelection( playerid );
        SetPlayerHealth( playerid, 0.00 );
        SendClientMessage( playerid, -1, "You can use this skin because you are not in clan 'Cali' !" );
    }
}
Reply


Messages In This Thread
Clan Skins Only... [I WILL +REP] - by California_ - 08.01.2013, 05:18
Re: Clan Skins Only... [I WILL +REP] - by [HK]Ryder[AN] - 08.01.2013, 05:24
Re: Clan Skins Only... [I WILL +REP] - by [HiC]TheKiller - 08.01.2013, 06:47

Forum Jump:


Users browsing this thread: 1 Guest(s)