04.03.2019, 12:01
And cmd: handsup
Код:
YCMD:handsup(playerid, params[], help) { if(IsPlayerInAnyVehicle(playerid)) return SCM(playerid, COLOR_GREY, "Nu poti folosi animatii in timp ce esti intr-un vehicul."); if(Freezed[playerid] == 1) return 1; SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP); return 1; }