Whats wrong with it?
#1

Код:
CMD:cuff(playerid,params[])
{
    new pID;
    if(GetPVarInt(playerid,"Faction")!=2)
	{
		SendClientMessage(playerid,COLOR_RED,"You are no LSPD member.");
	}
	else
	{
        SetPlayerSpecialAction(pID,SPECIAL_ACTION_CUFFED);
	}
	return 1;
}
Reply


Messages In This Thread
Whats wrong with it? - by [LSG]Lil_Familie - 18.08.2012, 20:31
Re: Whats wrong with it? - by playbox12 - 18.08.2012, 20:54
AW: Whats wrong with it? - by [LSG]Lil_Familie - 18.08.2012, 20:55
Re: Whats wrong with it? - by playbox12 - 18.08.2012, 20:58
AW: Whats wrong with it? - by [LSG]Lil_Familie - 18.08.2012, 21:24

Forum Jump:


Users browsing this thread: 2 Guest(s)