17.10.2013, 14:07
I'm add a code this map
And this a pastebin
under OnGameModeInit() like this
but, this trouble
And this a pastebin
under OnGameModeInit() like this
Код:
public OnGameModeInit()
{
CreateObject(...);
CreateObject(...);
CreateObject(...);
CreateObject(...);
return 1;
}
Код:
../include/gl_common.inc(7) : error 029: invalid expression, assumed zero ../include/gl_common.inc(7) : error 017: undefined symbol "LoadStaticVehiclesFromFile" ../include/gl_common.inc(7) : error 029: invalid expression, assumed zero ../include/gl_common.inc(7) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.

