13.05.2009, 18:32
they do /handsup when cuffed or frozen and then punch and then unfrozen/uncuffed, and its getting annoying, is there a way to to fix this? or will i just have to keep kicking for it?
Code:
if(strcmp(cmd, "/handsup", true) == 0) {
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) {
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
return 1;
}
}

