new string[120],name[MAX_PLAYER_NAME];
GetPlayerName(killerid,name, sizeof(name));
if(GetPVarInt(killerid,"Kills",3))
{
format(string,sizeof(string),"%s hat mit 3Kills ein Killing Spree! ",name);
SendClientMessageToAll(0xFFA000FF,string);
if(GetPVarInt(killerid,"Kills",3))
C:\Users\Plyer\Desktop\mysql\gamemodes\dm12.pwn(175) : warning 202: number of arguments does not match definition