Mir wird der error angezeigt:
Code
H:\Documents\Script's\PAWN\gamemode.pwn(5986) : warning 219: local variable "lottozahl" shadows a variable at a preceding level
H:\Documents\Script's\PAWN\gamemode.pwn(5986) : warning 203: symbol is never used: "lottozahl"
Jedoch wird lottozahl mehrfach verwendet, hier ist der code:
new lottozahl, kosten, string[128];
if(sscanf(params, "i", lottozahl)) return SendClientMessage(playerid, ROT, "**Fehler: /lotto [ZAHL]");
Spieler[playerid][lottozahl] = lottozahl;
Ich bedanke mich schonmal für alle nützlichen Antworten.
Mfg
Schizopriest