Fehlercode:
Code
C:\Users\Patrick\Desktop\IRP-City\gamemodes\Deathmatch.pwn(190) : warning 202: number of arguments does not match Definition
PAwn Code: if(GetPVarInt(playerid,"Donator",1))//Hier ist der fehler?
{
new Text:Donator = TextDrawCreate(600.0, 320.0, "Donator");
TextDrawColor(Donator, GOLD);
TextDrawShowForPlayer(playerid, Donator);
}