10.04.2013, 13:32
Still the same... but thx you tried
Also it works if i turn the internet off, no crash, that's why i belive it's a problem with the YSi update
Also it works if i turn the internet off, no crash, that's why i belive it's a problem with the YSi update
Код:
#include <a_samp> #include <YSI\y_ini> #if defined FILTERSCRIPT public OnFilterScriptInit() { print("\n--------------------------------------"); print(" Blank Filterscript by your name here"); print("--------------------------------------\n"); return 1; } public OnFilterScriptExit() { return 1; } #else main() { print("\n----------------------------------"); print(" RVG by Slash"); print("----------------------------------\n"); } #endif public OnGameModeInit() { SetGameModeText("Stunt/Race/Drift/Deathmach"); AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); return 1; } public OnGameModeExit() { return 1; }