[HELP] anti money hack
#1

can i do if a player takes more than 20k$ reset his money?
Reply
#2

Yeah sure,
Код:
if(GetPlayerMoney(playerid) > 20000) ResetPlayerMoney(playerid);
Reply
#3

you mean if a player have more than 20 k reset money

i want to do if player takes more than 20k
Код:
if(GivePlayerMoney(playerid) >= 20000)
but this code dont work can help?
Reply
#4

i have this warning
Код:
: warning 202: number of arguments does not match definition
Reply
#5

Quote:
Originally Posted by [TGCAR
KotZ ]
Код:
if(GivePlayerMoney(playerid) >= 20000)
GivePlayerMoney is a function to GIVE money to player, use GetPlayerMoney function.
Reply
#6

i have already done this

ok thanx all for help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)