Ich habe den Timer:
SetTimerEx("Unmute",120000, false, "i", playerid);
Mit dem Befehl hier erhalte ich 0 Errors!
Und möchte den Killen mit:
KillTimer(Unmute[playerid]);
Füge ich den hier dazu erhalte ich folgende Errors:
ZitatAlles anzeigenC:\Users\Schacht-PC\Desktop\GermanRoleplay.pwn(8587) : error 028: invalid subscript (not an array or too many subscripts): "Unmute"
C:\Users\Schacht-PC\Desktop\GermanRoleplay4.3.pwn(8587) : warning 215: expression has no effect
C:\Users\Schacht-PC\Desktop\GermanRoleplay4.3.pwn(8587) : error 001: expected token: ";", but found "]"
C:\Users\Schacht-PC\Desktop\GermanRoleplay4.3.pwn(8587) : error 029: invalid expression, assumed zero
C:\Users\Schacht-PC\Desktop\GermanRoleplay4.3.pwn(8587) : 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.