SA-MP Forums Archive
Big Problem - 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: Big Problem (/showthread.php?tid=519490)



Big Problem - M0HAMMAD - 14.06.2014

Hi All
This Is The Line 8409:
pawn Код:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_CARRY);
And This The Error Code:
pawn Код:
.pwn(8409) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"



Re: Big Problem - RenovanZ - 14.06.2014

SPECIAL_ACTION_CARRY only for work SA-MP version 0.3x +


Re: Big Problem - Konstantinos - 14.06.2014

https://sampwiki.blast.hk/wiki/SpecialActions

Quote:

Note: This special action was added in 0.3x and will not work in older versions.

pawn Код:
25 - SPECIAL_ACTION_CARRY       - Will apply a 'carrying' animation to the player and make them unable to sprint, jump or punch
The a_samp.inc you're trying to compile with is for 0.3e or even older version. Update the server package.


Re: Big Problem - M0HAMMAD - 14.06.2014

where i can download file a_samp.inc?


Re: Big Problem - RenovanZ - 14.06.2014

Click Me