18.06.2015, 04:02
Код:
public OnGameModeInit()
{
new string[42];
SetTimer("ChangeHostName",2000,2);
AntiDeAMX();
Streamer_TickRate(125);
SetGameModeText(SERVER_VERSION);
EnableStuntBonusForAll(0);
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
LimitPlayerMarkerRadius(360.0);
DisableInteriorEnterExits();
SetNameTagDrawDistance(45.0);
AllowInteriorWeapons(1);
UsePlayerPedAnims();
BH = 0;
SetTimer("AutoMessage",60*1000*AUTO_MESSAGE_TIME,1);
if(Jackpot < 0) Jackpot = 0;

