hi
bei meinem Gangwarsystem (selfmade) wird nichtmal der Befehl zum Starten
ausgeführt.
if (strcmp("/attack", cmdtext, true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid,7.0, 998.9777, -1303.4958, 13.3899))
{
if(Gangwar[gGangwar][gAttacked] == 0)
{
if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
{
Gangwar[gGangwar][gAttacked] = 1;
Gangwar[gGangwar][gAttackers] = 5;
Gangwar[gGangwar][gDefense] = 19;
GangZoneShowForAll(Gangwarzones[0], 0xFF00FF77);
GangZoneFlashForAll(Gangwarzones[0], 0x003AFF77);
}
if(PlayerInfo[playerid][pMember] == 19 || PlayerInfo[playerid][pLeader] == 19)
{
Gangwar[gGangwar][gAttacked] = 1;
Gangwar[gGangwar][gAttackers] = 19;
Gangwar[gGangwar][gDefense] = 5;
GangZoneShowForAll(Gangwarzones[0], 0xFF00FF77);
GangZoneFlashForAll(Gangwarzones[0], 0x003AFF77);
}
}
else
{
SendClientMessage(playerid,COLOR_RED,"Das Gebiet wird schon angegriffen.");
}
}
else
{
SendClientMessage(playerid,COLOR_RED,"Du bist nicht am /attack Punkt");
}
return 1;
}
Wenn ich egal wo ich bin /attack eingebe, müsste bist nicht am /attack Punkt kommen.
Tut es aber nicht -.- und der Rest geht auch nicht.
Findet jemand den fehler?
LG