SA-MP Forums Archive
Max Money - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Max Money (/showthread.php?tid=453846)



Max Money - Configuration - 26.07.2013

Hello guys i have one command in my server /givecash playerid ammount and i need for make for max of money you can give its 50000 how to make this?
Thanks


Respuesta: Max Money - Xabi - 26.07.2013

pawn Код:
if(amount > 50000) return SendClientMessage(playerid, COLOR, "You can only give $50000.");