25.11.2013, 07:04
Fiz uma simples detectaзгo de alt no ****** com carro pra deixar o player suspeito, mas o brema й que fica mandando toda hora e tem gente q sabe ai flooda a porra toda do chat dos adm, tem um jeito de fazer pra sу mandar a msg 1 vez ou de tempo em tempo?
pawn Код:
if(newkeys & 4)
{
if (GetPlayerState(playerid) == PLAYER_STATE_DRIVER){
new string[128];
new giveplayer[MAX_PLAYER_NAME];
GetPlayerName(playerid, giveplayer, sizeof(giveplayer));
format(string, sizeof(string), "ANTICHEAT: %s SUSPECT speed hack: ****** BOOST SPEED", giveplayer); // apertar alt no carro
ABroadCast(COLOR_RED,string,1);
}
}