25.09.2014, 14:27
You need loadfs PerTo.amx or remove from OnGameModeInit()
Not change the value (50).
Not change the value (50).
Code:
#include <a_samp> #include <core> #include <float> public OnFilterScriptInit() { SetPVarInt(99, "GMMODE", 50); return 1; }