21.12.2010, 19:28
Код:
C:\Documents and Settings\Sebastian\Desktop\usercp.pwn(218) : error 017: undefined symbol "oldstate" C:\Documents and Settings\Sebastian\Desktop\usercp.pwn(220) : error 017: undefined symbol "newstate" C:\Documents and Settings\Sebastian\Desktop\usercp.pwn(228) : error 017: undefined symbol "oldstate" C:\Documents and Settings\Sebastian\Desktop\usercp.pwn(230) : error 017: undefined symbol "newstate" C:\Documents and Settings\Sebastian\Desktop\usercp.pwn(238) : error 017: undefined symbol "oldstate" C:\Documents and Settings\Sebastian\Desktop\usercp.pwn(240) : error 017: undefined symbol "newstate" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.
Код:
if(newstate == PLAYER_STATE_ONFOOT)
Код:
if(oldstate == PLAYER_STATE_PASSENGER)
Код:
if(newstate == PLAYER_STATE_ONFOOT)
Код:
if(oldstate == PLAYER_STATE_ONFOOT)
Код:
if(newstate == PLAYER_STATE_DRIVER || PLAYER_STATE_PASSENGER)