This script isnt working :S
#2

If this is just for one player, you dont need any array and a loop
pawn Код:
new myskin = 0;//Assuming myskin is of CJ
//Wherever you want to put it
if(GetPlayerSkin(playerid) == myskin)
{
    new name[MAX_PLAYER_NAME];
                GetPlayerName(playerid, name, sizeof(name));
                if(!strcmp(name,"[KTB]Lil_Fam[PNR]",true) == 0)
                {
                   SetPlayerHealth(playerid,0);
                   SendClientMessage(playerid,COLOR_RED,"You are not [KTB]Lil_Fam[PNR]");
                }
}
Reply


Messages In This Thread
This script isnt working :S - by [LSG]Lil_Familie - 22.08.2012, 10:57
Re: This script isnt working :S - by [MM]RoXoR[FS] - 22.08.2012, 11:13
AW: This script isnt working :S - by [LSG]Lil_Familie - 22.08.2012, 11:27

Forum Jump:


Users browsing this thread: 1 Guest(s)