Hallo,
ich bekomme Errors bei KillTimer.
Die Errors:
D:\Downloads\samp03bsvr_R2_win32 (2)\gamemodes\MiniThree.pwn(95) : error 076: syntax error in the expression, or invalid function call
D:\Downloads\samp03bsvr_R2_win32 (2)\gamemodes\MiniThree.pwn(99) : error 076: syntax error in the expression, or invalid function call
Die Zeilen:
public OnPlayerDeath(playerid, killerid, reason)
{
if(IsPlayerInRangeOfPoint(playerid,7.0,-640.1326,864.3789,2.0000))
{
KillTimer(GREEN_TIMER); // <- Zeile 95
}
if(IsPlayerInRangeOfPoint(playerid,7.0,-489.3181,611.7156,1.7739))
{
KillTimer(BLUE_TIMER); // <- Zeile 99
}
return 1;
}