21.11.2009, 17:14
Hi!
So I ave a problem. When I forward somethig and write any functionin that forwarded public pawno doesn't uderstand "playerid"
Something like this:
And Pawno gives me error like this:
How to fix this problem? please help me.
So I ave a problem. When I forward somethig and write any functionin that forwarded public pawno doesn't uderstand "playerid"
Something like this:
Код:
<...> forward Something(); <...> public Something() { Kick(playerid); return 1; }
Код:
C:\Documents and Settings\vartotojas\Desktop\Naujas aplankas (6)\Naujas aplankas (5)\gamemodes\mano.pwn(296) : error 017: undefined symbol "playerid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.