15.12.2018, 23:01
(
Последний раз редактировалось Elssbiay95; 16.12.2018 в 18:48.
)
Here is error information - https://prnt.sc/lvhdal
Here is pawn - https://pastebin.com/4SaKfmig
Here is pawn - https://pastebin.com/4SaKfmig
Код:
public OnGameModeInit()
{
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 270.1425, 0, 0, 0, 0, -1, -1);
// -- //
m4object = (356, 1704.51941, -1650.10596, 20.14760);
// -- //
ShowPlayerMarkers(0); ShowNameTags(1);
ManualVehicleEngineAndLights();
AllowInteriorWeapons(1); ShowPlayerMarkers(2);
LimitPlayerMarkerRadius(30.0); DisableInteriorEnterExits();
EnableStuntBonusForAll(0); SetNameTagDrawDistance(30.0);
// -- //
SendRconCommand("weburl https://www.********.com/test/");
SetGameModeText("test v2 | Build: "GM_BUILD"");
SendRconCommand("mapname San Andreas");
SendRconCommand("language Ex. Yu.");
// -- //
Timer[0] = SetTimer("GlobalTimer_Sekundni", 1000, true);
Timer[1] = SetTimer("GlobalTimer_Minutni", 60*1000, true);
// -- //
IgracaUDMZoni_MeatFactory = 0, IgracaUDMZoni_LVPD = 0,
IgracaUDMZoni_LibertyCity = 0, IgracaUDMZoni_RCBattlefield = 0,
IgracaUDMZoni_GhostTown = 0, IgracaUDMZoni_GangHouse = 0;
CountTimer = 0;
// -- //
duel2 = 0;
duel1 = 0;
tijek = 0;
tipduela = 0;
Ulog = 0;
CreateObject(13657, 3541.7075,1721.0681,280.9664, 0.0000000,0.0000000,0.0000000, 1000); //trenutno mjesto duela
DisableInteriorEnterExits();
SetGameModeText("LLDM v.0002b");
AddPlayerClass(23, 1710.433715,-1669.379272,20.225049,0, 0, 0, 0, 0, 0, 0);
// -- //
CreateGlobalTextDraws();
// -- //
LoadMaps(); // THIS IS 262
LoadLabels();
LoadFiles();
return 1;
}

