SPICIAL_ACTION_CUFFED help - 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: SPICIAL_ACTION_CUFFED help (
/showthread.php?tid=468363)
SPICIAL_ACTION_CUFFED help -
efrim123 - 07.10.2013
Hello i made a basic cuff command to test it ingame
and i added the SPACIEL_ACTION_CUFFED and i get this error
after compiling
Код:
C:\Program Files (x86)\Microsoft Power\GTA San Andreas\TeamDeathMatch\gamemodes\CnR.pwn(1013) : error 017: undefined symbol "SPECIAL_ACTION_CUFFED"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Please help me if you can
Re: SPICIAL_ACTION_CUFFED help -
efrim123 - 07.10.2013
Help please
Re: SPICIAL_ACTION_CUFFED help -
DanishHaq - 07.10.2013
Make sure all your include files, especially from the samp team, are up to date.
Re: SPICIAL_ACTION_CUFFED help -
Krakuski - 07.10.2013
Put this under your includes. Tell me if it works.
pawn Код:
#define SPECIAL_ACTION_CUFFED 24
AW: SPICIAL_ACTION_CUFFED help -
BigETI - 07.10.2013
Please update your includes by using
http://files.sa-mp.com/samp03x_svr_R2_win32.zip
Re: SPICIAL_ACTION_CUFFED help -
efrim123 - 07.10.2013
Thank you very much guys