SA-MP Forums Archive
Clan skins help pleaseeee - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Clan skins help pleaseeee (/showthread.php?tid=277848)



Clan skins help pleaseeee - [HHT]DRON - 19.08.2011

Help make a few names!

{
new playerName[ MAX_PLAYER_NAME ];
GetPlayerName( playerid, playerName, MAX_PLAYER_NAME );
if( strfind( "[HHT]", playerName, true ) != 0 )
{
if( GetPlayerSkin( playerid ) == 112 || GetPlayerSkin( playerid ) == 124 || GetPlayerSkin( playerid ) == 125 )
{
SetPlayerHealth( playerid, 0.00 );
ForceClassSelection( playerid );
SendClientMessage( playerid, -1, "" );
}
}


Re: Clan skins help pleaseeee - [HHT]DRON - 19.08.2011

help guys please!