SA-MP Forums Archive
how to set auto refund for vip and level - 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: how to set auto refund for vip and level (/showthread.php?tid=428396)



how to set auto refund for vip and level - matthew1211 - 05.04.2013

i know that GivePlayerCash(playerid ) auto refunds cash but how to set it up for levels and vip


Re: how to set auto refund for vip and level - Isolated - 05.04.2013

Use your PlayerInfo function. For example:
pawn Код:
PlayerInfo[playerid][pLevel] = 100;
<- Just an example, it all depends on your script


Re: how to set auto refund for vip and level - matthew1211 - 05.04.2013

Level solved, now just how to solve the vip one