Hallo ich habe bei mir im Script gang Zonen ein getragen also Grove Street geht aber die anderen sind bugyy Die LCN ist zb rot obwohl ich die Schwartz gemacht habe und die NODM Zone wir nicht angezeigt und Die LVA Zone von mir also Meiner Gang Ist Überhaupt nicht Sichtbar
also ich habe erst am das ihr gemacht!!
//Gang Zone new
new grovegangzone;
new LVA;
new BSNDM;
new LCN;
//Gang Zone new
und dann habe ich das hier gemacht
if(PlayerInfo[playerid][pChar] > 0) { SetPlayerSkin(playerid, PlayerInfo[playerid][pChar]); }
else { SetPlayerSkin(playerid, PlayerInfo[playerid][pModel]); }
SetPlayerWeapons(playerid);
SetPlayerSpawn(playerid);
SetPlayerToTeamColor(playerid);
PlayerFixRadio(playerid);
GangZoneShowForPlayer(playerid, LVA, 0x00FFFF96);
GangZoneShowForPlayer(playerid, grovegangzone, 0x00FF0096);
GangZoneShowForPlayer(playerid, BSNDM, 0xFF000096);
GangZoneShowForPlayer(playerid, LCN, 0x00000096);
for(new i = 0; i < sizeof(Turfs); i++)
{
GangZoneShowForPlayer(playerid, i, TurfInfo[i][zColor]);
}
if(MapIconsShown[playerid] != 1)
{
MapIconsShown[playerid] = 1;
for(new i = 0; i < sizeof(BizzInfo); i++)
{
SetPlayerMapIcon(playerid,i + 1,BizzInfo[i][bEntranceX],BizzInfo[i][bEntranceY],BizzInfo[i][bEntranceZ],36,COLOR_LIGHTRED);
}
for(new i = 0; i < sizeof(SBizzInfo); i++)
{
SetPlayerMapIcon(playerid,i + 20,SBizzInfo[i][sbEntranceX],SBizzInfo[i][sbEntranceY],SBizzInfo[i][sbEntranceZ],36,COLOR_LIGHTRED);
}
}
return 1;
}
So und dann das hier
if (realtime)
{
new tmphour;
new tmpminute;
new tmpsecond;
gettime(tmphour, tmpminute, tmpsecond);
FixHour(tmphour);
tmphour = shifthour;
SetWorldTime(tmphour);
}
synctimer = SetTimer("SyncUp", 60000, 1);
unjailtimer = SetTimer("SetPlayerUnjail", 1000, 1);
othtimer = SetTimer("OtherTimer", 10000, 1);
cartimer = SetTimer("CarCheck", 30000, 1);
pickuptimer = SetTimer("CustomPickups", 3000, 1);
spectatetimer = SetTimer("Spectator", 2000, 1);
idletimer = SetTimer("IdleKick", idletime, 1);
productiontimer = SetTimer("Production", 300000, 1); //5 mins (300000)
accountstimer = SetTimer("SaveAccounts", 1800000, 1); //30 mins every account saved
checkgastimer = SetTimer("CheckGas", RunOutTime, 1);
stoppedvehtimer = SetTimer("StoppedVehicle", RunOutTime, 1);
grovegangzone = GangZoneCreate(2429.166, -1733.182, 2528.039, -1638.437);
LVA = GangZoneCreate(2592,488, -2043,628, 2709,267, -1961,883);
BSNDM = GangZoneCreate(1226,177, -945,9079, 1319,6, -875,8406);
LCN = GangZoneCreate(1090,567, -2092,427, 1463,245, -1851,615);
//for(new i = 0; i < sizeof(CarSpawns); i++)
for(new i = 0; i < 165; i++)
{
AddCar(i);
}
CarInit();
return 1;
}
public SyncUp()
{
SyncTime();
DollahScoreUpdate();
}
Hoffe Ihr könnt mir helfen
PS: Bitte keine dumme Komentare wie es gibt ein TUT oder Sonstiege
Sry wegen meine Rechtschreibfehler
MFG: Hunter