Guten Tag,
Ich hab ein Problem bei meinem Gangfight, ich möchte gerne das, wenn eine Gang den GF gewinnt Geld bekommt und zwar in die Fraktionskasse.
Ich hab auch schonmal etwas zusammen gestellt, bekomme aber bei diesem aber ein Warning ( warning 213: tag mismatch )
Was habe ich falsch gemacht, hier mal der Quell-/PWNCode:
if(GetPlayerFaction(i) == FightSystem[fs][fsOwnerFaction])
{
PlayerPlaySound(i,1058,0.0,0.0,0.0);
TextDrawHideForPlayer(i,Fight);
TextDrawHideForPlayer(i,FightUnderline);
TextDrawHideForPlayer(i,FightSystem[fs][fsWinFaction]);
TextDrawHideForPlayer(i,FightSystem[fs][fsWinKills]);
TextDrawHideForPlayer(i,FightSystem[fs][fsLoseFaction]);
TextDrawHideForPlayer(i,FightSystem[fs][fsLoseKills]);
TextDrawHideForPlayer(i,FightSystem[fs][fsTime]);
FraktionsKasse[FightSystem[fs][fsWinFaction]] += 75000; // HIER DER WARNING
SendClientMessage(i,FS_COL_YELLOW,fsTextToOwner);
if(fsType == 3 && GetPlayerFightzone(i) == fs)
SetPlayerHealth(i,0.0);
}
Ich würde mich über eure Hilfe freuen.
Credits goes to Kevin
Mit freundlichen Grüßen
Daniel
Edit: Credits hinzugefügt