#1

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
Reply
#2

https://sampwiki.blast.hk/wiki/GetPlayerMoney
Reply
#3

This might help you out, or at least give you an idea on how its done.

https://sampforum.blast.hk/showthread.php?tid=151100
Reply
#4

Quote:
Originally Posted by Stigg
Посмотреть сообщение
This might help you out, or at least give you an idea on how its done.

https://sampforum.blast.hk/showthread.php?tid=151100
i need it to send the admin a message and thats the thing i dont know how to do
Reply
#5

Make yourself something like this to go with it.

pawn Код:
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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)