Need some suggestions ...
#1

Hi,

I want to make Serverside money to stop money hackers ...
But i want that the Pay'N Spray/tuneshops keep working. How i can do this?
So, basically i need a code to detect if a player resprays his car (OnVehicleRespray isnt working in pay n sprays, i know that) to take some money from him. And after that there's the Transfender/Wheel Arch Angels. Do someone have a code that make those things work with Serverside money?

(I already have some idea's for vending machines, and SA Shops)

Greetz,
Danny
Reply
#2

Well, you could do so that money can be removed client-side, but not added.
pawn Код:
if( GetPlayerMoney(playerid) < ServerMoney[playerid] ) ServerMoney[playerid] = GetPlayerMoney(playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)