SA-MP Forums Archive
Help me make an easy Refund System +rep - 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: Help me make an easy Refund System +rep (/showthread.php?tid=326931)



Help me make an easy Refund System +rep - aznpro12345 - 19.03.2012

Can someone help me code up a Easy Refund system please +Rep

Using pawno please and thank you's!

i will edit it after


Re: Help me make an easy Refund System +rep - [ABK]Antonio - 19.03.2012

Refund system for what...


Re: Help me make an easy Refund System +rep - aznpro12345 - 19.03.2012

Quote:
Originally Posted by [ABK]Antonio
Посмотреть сообщение
Refund system for what...
Money, VIP, level .....


Re: Help me make an easy Refund System +rep - .:Kaos:. - 19.03.2012

Just use admin commands.. /setlevel, /setcash, /setvip


Re: Help me make an easy Refund System +rep - aznpro12345 - 19.03.2012

Quote:
Originally Posted by .:Kaos:.
Посмотреть сообщение
Just use admin commands.. /setlevel, /setcash, /setvip
Not so good but oh well then


Re: Help me make an easy Refund System +rep - ryansheilds - 19.03.2012

When a player registers? - find the part where the player registers, depending on the enum of player data add something like this;
PlayerInfo[playerid[pLevel] = [amount of refund]; - "PlayerInfo[playerid[pLevel] = 100000;"
PlayerInfo[playerid][pCash] = [amount of refund]; etc..