How to Make an Auto Refund
#1

How to Make an Auto Refund
Reply
#2

More information....
You want to send money to a player every hour?
or what do you mean?
Reply
#3

Please rename your topic to: How to screw up my server economy?
Reply
#4

Or better How can i handle my NGG edited script and give refunds instead of waiting for players to report for the refund.
Reply
#5

1. Look for the script part for registration. Probably somewhere in OnPlayerDialogResponse.
2. Find the point where registration is finished in there (you can tell that from the sent messages)
3. Add things like GivePlayerMoney, set his level etc after that.
4. See your playercount dropping hard within some days.
Done!
Reply
#6

look for OnPlayerConnect or OnPlayerSpawn callback and lets say if you have a pinfo enum do like:
pawn Код:
PlayerInfo[playerid][pMoney] = ammount//where change ammount with what you like
Or you can GivePlayerMoney(playerind, ammount); when the player spawns,this is the easyest way
Reply
#7

thxxxxxx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)