14.06.2011, 19:00
Quote:
Try using this method: https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction
|
pawn Код:
if(strcmp(cmd, "/handsup", true) == 0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
return 1;
}
Try using this method: https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction
|
if(strcmp(cmd, "/handsup", true) == 0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
return 1;
}