[pwn]public OnGameModeInit()
{
SetTimer("RandMessagesx",30000,1);
Seifader_OnInit();
ConnectNPC("Lolek","haxor");
jebise = CreatePickup(356, 2, 2301.9409,2433.5391,10.8203);
MaykoGates = CreateObject(987, 1321.009399, -825.919617, 70.431137, 0.0000, 0.0000, 78.7500);//MOVEGATE
SnoopGates = CreateObject(986, 1092.034058, -628.880066, 111.912895, 358.2811, 12.0321, 354.8434);//MOVEGATE
Mayko = CreateObject(980, 1273.655762, -794.413208, 87.309334, 90.2408, 0.0000, 0.0000);//MOVEGATE
snoop = CreateObject(975, 261.433899, -1231.880371, 74.329735, 0.0000, 359.1406, 38.0471);//MOVEGATE
MaykoGates2 = CreateObject(987, 1245.347046, -737.422180, 94.184570, 0.0000, 0.8594, 208.5934);
RanchGates = CreateObject(986, -660.496338, 922.011719, 12.824946, 0.0000, 0.0000, 223.2812);
RanchGates1 = CreateObject(987, -717.136719, 965.416138, 11.143977, 0.0000, 0.0000, 270.0000);
RanchGaraza = CreateObject(987, -693.648376, 959.985718, 11.251129, 0.0000, 0.0000, 90.0000);
garazamala = CreateObject(974, -670.205078, 967.218201, 13.910553, 0.0000, 0.0000, 270.0000);
bajtavhod = CreateObject(5302, -688.178101, 943.487793, 14.956598, 0.0000, 0.0000, 270.0000);
Rules = TextDrawCreate(17.000000, 142.000000, "1. Do Not Cheat 2. Respect Admins 3. Do not abuse anything 4. Have Fun (/rulesoff to hide rules)");
TextDrawAlignment(Rules, 1);
TextDrawFont(Rules, 0);
TextDrawLetterSize(Rules, 0.1, 0.1);
TextDrawColor(Rules, 0x00ff00ff);
TextDrawSetProportional(Rules, 1);
TextDrawSetOutline(Rules,1);
TextDrawUseBox(Rules, 1);
TextDrawTextSize(Rules,1.0, 1.0);
Textdraw1 = TextDrawCreate(192.000000, 85.000000, "Rules 1. Do not cheat, 2. Respect admins, 3. Do not use cleo mods,4. Do not use [XST] 5. Visit our website (http://www.MFD-Clan.co.cc)");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 3);
TextDrawLetterSize(Textdraw1, 0.500000, 1.000000);
TextDrawColor(Textdraw1, 16711935);
TextDrawSetOutline(Textdraw1, 1);
TextDrawSetProportional(Textdraw1, 0);
TextDrawUseBox(Textdraw1, 1);
TextDrawBoxColor(Textdraw1, -505347946);
TextDrawTextSize(Textdraw1, 398.000000, 262.000000);
EnableStuntBonusForAll(1);
AllowInteriorWeapons(1);
SetTimer("MinSpam",20000,1);
SetTimer("Heal", 1500, 1);
return 1;
}
[\pwn]