Help with make cmd /dropcrate (disable special action) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with make cmd /dropcrate (disable special action) (
/showthread.php?tid=659399)
Help with make cmd /dropcrate (disable special action) -
Danielknow - 02.10.2018
hey again, i want to stop special action (SPECIAL_ACTION_CARRY) with cmd.
any one can help me create this command please?
Re: Help with make cmd /dropcrate (disable special action) -
KinderClans - 02.10.2018
pawn Код:
if (GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_CARRY) SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);