08.03.2011, 20:14
The current max money on my server is 1,000,000 so if anyone has more then that ammount it sends a message to admin saying he is a hacker no ban for strcmp please
This might help you out, or at least give you an idea on how its done.
https://sampforum.blast.hk/showthread.php?tid=151100 |
new kickname[MAX_PLAYER_NAME];
GetPlayerName(playerid,kickname,sizeof(kickname));
new kicktxt[128];
format(kicktxt,sizeof(kicktxt),"%s Has Been Kicked By System Admin.",kickname);
SendClientMessageToAll(COLOR,kicktxt);