Hallo,
ich komme hier nicht weiter:
forward antihealth();
SetTimer("antihealth",1000,true);
public antihealth()
{
new health;
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(GetPlayerHealth(i) < 100 || health > 0)
{
SendClientMessage(i,rot,"Stop Health-Hacking!!");
Kick(playerid);
}
}
return 1;
}
C:\Users\Robin\Desktop\GTA Server 8090\gamemodes\thenewgamers.pwn(8801) : warning 202: number of arguments does not match definition
C:\Users\Robin\Desktop\GTA Server 8090\gamemodes\thenewgamers.pwn(8804) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Ich hoffe mir kann jemand weiterhelfen