17.06.2014, 04:53
im getthing this problem how to fix
this are the lines
Код:
F:\Program Files\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot") F:\Program Files\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
#if MAX_DROP_AMOUNT != -1 if( pickups[ p ][ dammo ] > MAX_DROP_AMOUNT ) { pickups[ p ][ dammo ] = MAX_DROP_AMOUNT; } #endif