help how do i remove that? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help how do i remove that? (
/showthread.php?tid=122479)
help how do i remove that? -
Mark k - 22.01.2010
how can i remove the ciggy? you know the Special Action.
Re: help how do i remove that? -
Djiango - 22.01.2010
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);
https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction
Re: help how do i remove that? -
Mark k - 22.01.2010
Okay, but how to define it like that:
#define SPECIAL_ACTION_NONE 24
?
because it gives me an Erorr and a warning
PHP код:
C:\DOCUME~1\Intel\LOCALS~1\Temp\Rar$DI00.109\rp6.pwn(32) : warning 201: redefinition of constant/macro (symbol "SPECIAL_ACTION_NONE")
C:\DOCUME~1\Intel\LOCALS~1\Temp\Rar$DI00.109\rp6.pwn(8217) : error 017: undefined symbol "playerid"
It's exactly on this line.