stock RemoveBlitzer(playerid) {
for(new i = 0; i < sizeof(Blitzer); i++) {
if(Blitzer[i][Erstellt] == 1) {
if(IsPlayerInRangeOfPoint(playerid, Blitzer[i][Radius], Blitzer[i][BlitzerX], Blitzer[i][BlitzerY], Blitzer[i][BlitzerZ])) {
Blitzer[i][Erstellt] = 0;
Blitzer[i][BlitzerX] = 0.0;
Blitzer[i][BlitzerY] = 0.0;
Blitzer[i][BlitzerZ] = 0.0;
DestroyDynamicObject(Blitzer[i][ID]);
GesammtBlitzer--;
return 1;
}
}
}
return 0;
}
Beiträge von BreakzZz
-
-
Hallo Breadfish
Kann mit villt. einer Helfen ?
Wenn ich ein Blitzer aufgestellt habe dann kann ich ihn nicht loeschen im chat steht das er weg ist aber
leider ist immer noch das objekt da/Bliter weg befehl
else if(strcmp(tmp,"weg",true) == 0)
{
RemoveBlitzer(playerid);
new player[MAX_PLAYER_NAME];
GetPlayerName(playerid, player, sizeof(player));
format(string, sizeof(string), "%s hat seinen Blitzer abgebaut.", player);
ProxDetector(20.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
BlitzerErstellt[playerid] = 0;
return 1; -
Sowas ins Script machen (Anpassen)
forward GetPlayerMember(playerid);
public GetPlayerMember(playerid)
{
return Spieler[playerid][Team];
}
forward GetPlayerLeader(playerid);
public GetPlayerLeader(playerid)
{
return Spieler[playerid][Leader];
}
und die Fraktion ID'S im Filterscript ändern ...Wenn ich das mache dann kommen errors
Code
Alles anzeigenC:\Users\BreakzZz\Desktop\samp03x_svr_R1-2_win32\gamemodes\tester.pwn(5287) : error 029: invalid expression, assumed zero C:\Users\BreakzZz\Desktop\samp03x_svr_R1-2_win32\gamemodes\tester.pwn(5287) : warning 215: expression has no effect C:\Users\BreakzZz\Desktop\samp03x_svr_R1-2_win32\gamemodes\tester.pwn(5287) : error 001: expected token: ";", but found "]" C:\Users\BreakzZz\Desktop\samp03x_svr_R1-2_win32\gamemodes\tester.pwn(5287) : error 029: invalid expression, assumed zero C:\Users\BreakzZz\Desktop\samp03x_svr_R1-2_win32\gamemodes\tester.pwn(5287) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors.
-
Es kommt immer Gebiet ist aus geschaltet
Code:
stock IsAFightFaction(Faction){
if(Faction == 5) return true;
if(Faction == 6) return true;
if(Faction == 12) return true;
if(Faction == 13) return true;
if(Faction == 14) return true;
if(Faction == 16) return true;
if(Faction == 17) return true;
if(Faction == 18) return true;
if(Faction == 19) return true;
if(Faction == 23) return true;
return true;
}
stock GetZoneColorOfFaction(Faction){
if(Faction == 5) return 0x735354FF;
if(Faction == 6) return 0x800000FF;
if(Faction == 12) return 0x64126DFF;
if(Faction == 13) return 0x008000FF;
if(Faction == 14) return 0xFF00FFFF;
if(Faction == 16) return 0xDFDF00FF;
if(Faction == 17) return 0x0063C6FF;
if(Faction == 18) return 0x6C0000FF;
if(Faction == 19) return 0xE10000FF;
else if(Faction == 23) return 0xD7D2D7FF;
else return 0x00000000;//NoN-Gang
}
stock GetFactionNameOfFaction(Faction){
new FactionName[64];
if(Faction == 5) format(FactionName,sizeof(FactionName),"LCN");
if(Faction == 6) format(FactionName,sizeof(FactionName),"Yakuza");
if(Faction == 12) format(FactionName,sizeof(FactionName),"Triaden");
if(Faction == 13) format(FactionName,sizeof(FactionName),"Gs");
if(Faction == 14) format(FactionName,sizeof(FactionName),"Ballas");
if(Faction == 16) format(FactionName,sizeof(FactionName),"Vagos");
if(Faction == 17) format(FactionName,sizeof(FactionName),"Aztecas");
if(Faction == 18) format(FactionName,sizeof(FactionName),"Rifas");
if(Faction == 19) format(FactionName,sizeof(FactionName),"Rs");
else if(Faction == 12) format(FactionName,sizeof(FactionName),"Brigada");
else format(FactionName,sizeof(FactionName),"NoN-Gang");
return FactionName;
}Habe meine Id`s rein gemacht
-
Heey,
Kann mir einer helfen ich habe das raluno script und alles funkt,
nur die Gangzonen fehlen man kann es angreifen mit /angreifen aber die Zonen sieht man nichtCode
Function SetGangZoneOwner(GangzoneId, FOwnerID)
{
if(GangzoneId == 255)
{
return 1;
}
GangZone[GangzoneId][gzOwner] = FOwnerID;
GangZoneHideForAll(GangZone[GangzoneId][gzID]);
GangZoneShowForAll(GangZone[GangzoneId][gzID],GetGangZoneColor(GangzoneId));
SaveGangZones();
return 1;
}Function GetGangZoneColor(gzid)
{
if(GangZone[gzid][gzOwner] == 5)
{
return 0x6E6E6EFF;
}
else if(GangZone[gzid][gzOwner] == 6)
{
return 0x004300D1;
}
else if(GangZone[gzid][gzOwner] == 12)
{
return 0x00003EFF;
}
else if(GangZone[gzid][gzOwner] == 13)
{
return 0x00F800FF;
}
else if(GangZone[gzid][gzOwner] == 14)
{
return 0xB000B7FF;
}
else if(GangZone[gzid][gzOwner] == 15)
{
return 0x000000FF;
}
else if(GangZone[gzid][gzOwner] == 16)
{
return 0xF5FF00FF;
}
else if(GangZone[gzid][gzOwner] == 17)
{
return 0x00FFFAFF;
}
else if(GangZone[gzid][gzOwner] == 18)
{
return 0xFF9600FF;
}
else if(GangZone[gzid][gzOwner] == 19)
{
return 0xFF0000FF;
}
else if(GangZone[gzid][gzOwner] == 23)
{
return 0x4D0000FF;
}
return 0xFFFFFFFF;
}
Function GetPlayerGangZone(playerid)
{
new GangZoneID;
if(IsPlayerInArea(playerid,-2360.5784-25,-63.8015-25,-2266.4443+25,41.4670+25))//Gangzone 0
{
GangZoneID = 0;
}
else if(IsPlayerInArea(playerid,-2699.0300-25,47.1913-25,-2610.1543+25,149.3717+25))//Gangzone 1
{
GangZoneID = 1;
}
else if(IsPlayerInArea(playerid,-2243.7849-25,928.6682-25,-2157.0869+25,1086.2805+25))//Gangzone 2
{
GangZoneID = 2;
}
else if(IsPlayerInArea(playerid,-1579.2808-25,1016.1865-25,-1508.3629+25,1229.0961+25))//Gangzone 3
{
GangZoneID = 3;
}
else if(IsPlayerInArea(playerid,-387.1795-25,-1070.4860-25,-341.3897+25,-1032.0968+25))//Gangzone 4
{
GangZoneID = 4;
}
else if(IsPlayerInArea(playerid,609.4978-25,-525.3286-25,716.3276+25,-490.1229+25))//Gangzone 5
{
GangZoneID = 5;
}
else if(IsPlayerInArea(playerid,803.6276-25,-1387.7039-25,910.3912+25,-1333.4557+25))//Gangzone 6
{
GangZoneID = 6;
}
else if(IsPlayerInArea(playerid,2579.8970-25,-1249.8596-25,2634.1042+25,-1189.3790+25))//Gangzone 7
{
GangZoneID = 7;
}
else if(IsPlayerInArea(playerid,2183.9800-25,-2652.6365-25,2218.9609+25,-2496.9536+25))//Gangzone 8
{
GangZoneID = 8;
}
else if(IsPlayerInArea(playerid,148.0511-25,-1962.4158-25,165.0561+25,-1845.9280+25))//Gangzone 9
{
GangZoneID = 9;
}
else
{
GangZoneID = 255;
}
return GangZoneID;
}
Function CreateGangZones()
{
for(new i; i<sizeof(GangZone); i++)
{
GangZone[i][gzID] = GangZoneCreate(GangZone[i][x1],GangZone[i][y1],GangZone[i][x2],GangZone[i][y2]);
}
}Function PlayerGangZonesShow(playerid, yesno)
{
if(yesno == 1)
{
for(new i; i < sizeof(GangZone); i++)
{
GangZoneShowForPlayer(playerid, GangZone[i][gzID], GetGangZoneColor(i));
}
}
else
{
for(new i; i < sizeof(GangZone); i++)
{
GangZoneHideForPlayer(playerid, GangZone[i][gzID]);
}
}
return 1;
} -
ok danke
nice UCP echt respeckt
-
kennt einer ein passenes script ?
fuer das cp -
nice,
10 von 10 Fischen
-
Alter die code sind doch verarsche !!
bin einmal von unten nach oben und dann nochmal von oben nach unten habe aber nichts gefunden ausser ô8v½óxtLDß solche code !!
-
Wiso schreibt ihr alle gefaellt mir ohne es auszuprobieren merkt ihr nicht das der link down ist
-
Kann bitter einer der es hat hier noch einmal hochladen ?
-
Hat eventuell das Teil noch jemand und kann einen reupp machen das der TE ja schon länge nicht mehr
da war wäre super von euch.LG
Gute idee aber ob man es darf...
Also man sollte in mal fragen
-
Downloade link down
-
Sieht super aus werde ich mal testen
-
Ich habe ja eine Homepage mit .de und die hat auch keine Werbung.
Aber wenn ich verstehe es nicht mit der email adresse da steht man soll nichts mit yahoo.de oder so nehmen aber welche dann habe schon hotmail versucht aber die geht auch nicht
-
Wenn noch Interesse besteht, bei uns gibt es 1 Domain mit 1 GB Speicher und noch vieles mehr für NUR 1,99 € monatlich
Hört sich gut an aber die frage ist ob es dann mit der license funktionirt
-
ja das habe ich schon mitbekommen
habe eine gefunden für 5.95 pro jahr (De)
-
okay dann werde ich mich mal umschauen
-
achso okay danke dann werde ich mal was suchen
-
ohh okay wo könnte ich es machen eine hp habe ich ja nur eine email brauche ich