ACash [ Server-Side Money | Impossible to hack ] -
Clad - 23.07.2014
ACash Server-Side Money
Introduction :
I'm surfing the SA-MP Forum since a while and I find out I must do something and share it here with you, I couldn't think in anything, Then I got this idea, As far as I know, This will protect your server from money cheaters.
I will update this time to time when I have time, You can suggest me ideas, And report any bugs found.
How to use this ?
All you have to do is copy and paste the code I'll give you from Pastebin and compile it into a new pwn file, You can name it ACash.pwn or what ever you want, It's not a big deal, Then compile it.
Place the .amx file into FilterScript folder.
Add ACash.amx into FilterScript line in your server.cfg and you can run your server.
How does it work ?
pawn Code:
if(GetPlayerACash(playerid) < 50) // Will check if the player has 50 ACash.
pawn Code:
GivePlayerACash(playerid,50); // Will give the player 50 ACash.
pawn Code:
CreateMoney(playerid); // Used to create The TextDraw for the players.
Download Link :
Download
Re: ACash [ Server-Side Money | Impossible to hack ] -
icra - 23.07.2014
Shouldn't this be an include instead of a Filterscript?
Re: ACash [ Server-Side Money | Impossible to hack ] -
Clad - 23.07.2014
Quote:
Originally Posted by icra
Shouldn't this be an include instead of a Filterscript?
|
Yes, It can be include too.
Re: ACash [ Server-Side Money | Impossible to hack ] -
Kyance - 23.07.2014
For some reason, this reminds me of this ->
https://sampforum.blast.hk/showthread.php?tid=71136
Re: ACash [ Server-Side Money | Impossible to hack ] -
icra - 23.07.2014
Server side money is a very old tecnique to avoid cheating, so don't surprise, Kyance.
Re: ACash [ Server-Side Money | Impossible to hack ] -
Kyance - 23.07.2014
Quote:
Originally Posted by icra
Server side money is a very old tecnique to avoid cheating, so don't surprise, Kyance.
|
I know, but it's super similar..
Well, nice job still ;d
Re: ACash [ Server-Side Money | Impossible to hack ] -
Clad - 23.07.2014
Thanks Kyance.
Re: ACash [ Server-Side Money | Impossible to hack ] -
DaDenz - 23.07.2014
How positive everyone -,-
Anyway thanks for your effort Clad!
People can make good use of this,
Specially newbies.
Good job =]
Re: ACash [ Server-Side Money | Impossible to hack ] -
Clad - 23.07.2014
Quote:
Originally Posted by DaDenz
How positive everyone -,-
Anyway thanks for your effort Clad!
People can make good use of this,
Specially newbies.
Good job =]
|
Thanks buddy
Re: ACash [ Server-Side Money | Impossible to hack ] -
DaDenz - 25.07.2014
Quote:
Originally Posted by Clad
Thanks buddy
|
You're welcome =]