help anti sobeyt money
#1

Please let anti-cheat to money as samp-rp
Reply
#2

Try this include by PSPgamer_10
Reply
#3

Use the function: Server-Sided Cash.

But I don't recommend it as when you use the vending machine for $1, it will return you $1 as it does not detect as a server function ( command )
Reply
#4

server side money is very simple, just create a new function to return a players cash, and set their HUD
pawn Код:
stock GetMoney(playerid)
{
    ResetPlayerMoney( playerid );
    GivePlayerMoney( playerid , PlayerCash[playerid] );
    return PlayerCash[playerid];
}
Reply
#5

god..thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)