16.10.2010, 21:30
pawn Код:
public OnGameModeInit() //ServerStart
{
UsePlayerPedAnims();
SetNameTagDrawDistance(10);
DisableInteriorEnterExits();
ShowPlayerMarkers(0);
AllowAdminTeleport(1);
EnableStuntBonusForAll(0);
AllowInteriorWeapons(1);
SetGameModeText("Role Play");
SendRconCommand("mapname San Andreas");
format(hostname,sizeof(hostname),"hostname %s",ServerName);
SendRconCommand(hostname);
for(new c=0;c<MAX_VEHICLES;c++) { Fuel[c] = 100; }
LoadHouse();
LoadEnters();
LoadBusiness();
...