Cuff/Uncuff
#3

i managed to make this but whenever i try to cuff a player i get cuffed myself

pawn Code:
if(!strcmp(cmd,"/cuff",true))
{
cmd=strtok(cmdtext,idx);
if(!strlen(cmd)) return SendClientMessage(playerid,COLOR_GREY,"USAGE: /cuff playerid");
TogglePlayerControllable(playerid,0);
GameTextForPlayer(playerid, "~y~ hand cuffs!",2500,3);
return true;
}
Reply


Messages In This Thread
Cuff/Uncuff - by striker25 - 16.07.2010, 18:56
Re: Cuff/Uncuff - by KennethRandall - 16.07.2010, 21:12
Re: Cuff/Uncuff - by striker25 - 16.07.2010, 21:45
Re: Cuff/Uncuff - by [NTX]MikeQ - 16.07.2010, 21:46
Re: Cuff/Uncuff - by striker25 - 16.07.2010, 21:50
Re: Cuff/Uncuff - by Hamza' - 16.07.2010, 22:06
Re: Cuff/Uncuff - by [XST]O_x - 16.07.2010, 22:07
Re: Cuff/Uncuff - by striker25 - 16.07.2010, 22:22
Re: Cuff/Uncuff - by Hamza' - 16.07.2010, 22:29
Re: Cuff/Uncuff - by Hamza' - 16.07.2010, 22:38

Forum Jump:


Users browsing this thread: 1 Guest(s)