D:\Games\GTA San Andreas\!!\HSRP\pawno\include\zcmd.inc(62) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
D:\Games\GTA San Andreas\!!\HSRP\pawno\include\zcmd.inc(64) : error 017: undefined symbol "funcidx"
D:\Games\GTA San Andreas\!!\HSRP\pawno\include\zcmd.inc(64) : warning 215: expression has no effect
D:\Games\GTA San Andreas\!!\HSRP\pawno\include\zcmd.inc(64) : error 001: expected token: ";", but found ")"
D:\Games\GTA San Andreas\!!\HSRP\pawno\include\zcmd.inc(64) : error 029: invalid expression, assumed zero
D:\Games\GTA San Andreas\!!\HSRP\pawno\include\zcmd.inc(64) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
|
Did you run zcmd and get that error? or just the Gamemode? if Gamemode, post the parts (not only the lines) that you get error... btw you don't need to run your zcmd include...
|
zcmd_g_HasOPCS = funcidx("OnPlayerCommandReceived") != -1;
|
I see that you have extremally old includes. Download new from here and replace your pawno folder with these from archive.
|
|
I see that you have extremally old includes. Download new from here and replace your pawno folder with these from archive.
|
C:\Users\User\Desktop\HSRP\pawno\include\zcmd.inc(62) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
C:\Users\User\Desktop\HSRP\pawno\include\zcmd.inc(64) : error 017: undefined symbol "funcidx"
C:\Users\User\Desktop\HSRP\pawno\include\zcmd.inc(64) : warning 215: expression has no effect
C:\Users\User\Desktop\HSRP\pawno\include\zcmd.inc(64) : error 001: expected token: ";", but found ")"
C:\Users\User\Desktop\HSRP\pawno\include\zcmd.inc(64) : error 029: invalid expression, assumed zero
C:\Users\User\Desktop\HSRP\pawno\include\zcmd.inc(64) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.