0.3x kick bugged?
#10

Quote:

new year, month,day;
getdate(year, month, day);
new playerip[32];
GetPlayerIp(giveplayerid, playerip, sizeof(playerip));
format(string, sizeof(string), "AdmCmd: %s (IP:%s) was kicked by %s, reason: %s (%d-%d-%d)", GetPlayerNameEx(giveplayerid), playerip, GetPlayerNameEx(playerid), reason,month,day,year);
Log("logs/kick.log", string);
if(PlayerInfo[playerid][pAdmin] == 1) Log("logs/moderator.log", string);
format(string, sizeof(string), "AdmCmd: %s was kicked by %s, reason: %s", GetPlayerNameEx(giveplayerid), GetPlayerNameEx(playerid), reason);
SendClientMessageToAllEx(COLOR_RED, string);
SendClientMessage(playerid);
SetTimerEx("KickPlayer", 500, "i", playerid);
}
return 1;
}
}
else SendClientMessageEx(playerid, COLOR_GRAD1, "Invalid player specified.");
return 1;
}

thats the last couple of lines, the error is on the SetTimerEx line
Reply


Messages In This Thread
0.3x kick bugged? - by Josh_Main - 03.06.2013, 15:16
Re: 0.3x kick bugged? - by Chenko - 03.06.2013, 15:22
Re: 0.3x kick bugged? - by Josh_Main - 03.06.2013, 15:23
Re: 0.3x kick bugged? - by Chenko - 03.06.2013, 15:25
Re: 0.3x kick bugged? - by Josh_Main - 03.06.2013, 15:30
Re: 0.3x kick bugged? - by SilverKiller - 03.06.2013, 15:32
Re: 0.3x kick bugged? - by Josh_Main - 03.06.2013, 15:36
Re: 0.3x kick bugged? - by Josh_Main - 03.06.2013, 15:38
Re: 0.3x kick bugged? - by FunnyBear - 03.06.2013, 15:42
Re: 0.3x kick bugged? - by Josh_Main - 03.06.2013, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)