31.08.2014, 02:51
Hi, I need some help here, I was compiling a gamemode and this happened :
error is function head differs from prototype but I can't see anything wrong, The line is:
and the whole line:
error is function head differs from prototype but I can't see anything wrong, The line is:
Код:
public OnGameModeExit()
Код:
public OnGameModeExit()
{
print("[OnGameModeExit] Shutting down...");
djson_GameModeExit();
// First param: print each individual entity when it's saved
// Second param: print the total amount of entities saved
SavePlayerVehicles();
SaveSafeboxes();
SaveTents();
SaveDefences();
SaveSigns();
SaveSprayTags();
print("\nSave Complete! Safe to shut down.");
return 1;
}


