} public OnFilterScriptExit()
{
return 1;
}
#else
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}
#endif
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
CreateObject(974,1330.833,-895.678,41.356,0.0,0.0,0.0);
CreateObject(974,1327.564,-895.679,41.356,0.0,0.0,0.0);
CreateObject(980,1240.954,-741.838,97.207,0.0,4.297,24.064);
CreateObject(987,1200.083,-831.956,78.388,0.0,-5.157,92.819);
CreateObject(987,1200.336,-821.469,78.795,0.0,-6.016,86.803);
CreateObject(987,1201.222,-810.472,79.874,0.0,-6.016,71.333);
CreateObject(987,1205.205,-799.838,80.760,0.0,-25.783,90.241);
CreateObject(987,1205.339,-791.044,85.581,0.0,-14.610,99.695);
CreateObject(987,1203.947,-781.088,88.655,0.0,-7.735,107.429);
CreateObject(987,1201.007,-770.768,90.510,0.0,-5.157,72.193);
CreateObject(987,1203.785,-759.047,92.156,0.0,-19.767,11.173);
CreateObject(987,1212.611,-757.148,95.499,0.0,-4.297,26.643);
CreateObject(987,1226.243,-751.599,95.279,0.0,1.719,37.815);
CreateObject(987,1218.133,-754.940,96.396,0.0,4.297,30.080);
return 1;
}
public OnGameModeExit()
{
return 1;
}
public OnPlayerRequestClass(playerid, classid)