09.07.2013, 13:04
If you look better to the code, you will see that the first error is from line 1. That means the OnGameModeInit callback is in that line and you miss:
pawn Код:
#include <a_samp>
#include <a_mysql>
#include <dini>
// #include Audio file? If it has.
#include <sscanf2>
new
Fuel
;
main() {}
public OnGameModeInit()
// rest..

