21.12.2010, 15:05
Why would he want to give away his GM?
pawn Код:
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Server For Pilots");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
AddStaticVehicle(415,-2089.7454,-85.3183,34.9356,0.0900,36,1);
return 1;
}


