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



help? - Kells - 21.05.2014

Quote:

Cops and Robbers\gamemodes\cnr.pwn(28531) : error 017: undefined symbol "SPECIAL_ACTION_PISSING"
Cops and Robbers\gamemodes\cnr.pwn(28592) : error 017: undefined symbol "SPECIAL_ACTION_PISSING"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

line 28831
Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_PISSING);
line 28592 :
Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_PISSING);



Re: help? - arakuta - 21.05.2014

As you read here: https://sampwiki.blast.hk/wiki/SpecialActions

SPECIAL_ACTION_PISSING is not defined by default. Just define it by yourself.

pawn Код:
#define SPECIAL_ACTION_PISSING 68



Re: help? - Kells - 21.05.2014

wow thanks . i +reped :P