SA-MP Forums Archive
Proplem with Refunding - 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: Proplem with Refunding (/showthread.php?tid=485720)



Proplem with Refunding - Wex3go - 05.01.2014

Hello Guys Sup ?

i hope all the Member Good ..

Today .... i wanna delete Refund VIP , Cash Refund , I Wanna set When Player connect to the Server , Just have 10000 Cash , Without Any VIP ?


Thanks.



Re: Proplem with Refunding - Ballu Miaa - 05.01.2014

You need to show us your code. Show us the OnPlayerConnect callback from your game mode. Use pastebin.com to upload the code or use [ PAWN ] Pawn Code [ /CODE ] Tag to display the codes here.


Re: Proplem with Refunding - Wex3go - 05.01.2014

Ok 1 min i will upload it


Re: Proplem with Refunding - Wex3go - 05.01.2014

Hmmm ?


Re: Proplem with Refunding - Wex3go - 05.01.2014

Can anyone Help me Please ?!


Realy i need to Delete Refund xD


Re: Proplem with Refunding - K9IsGodly - 05.01.2014

I sent you a PM, check your messages!


Re: Proplem with Refunding - Wex3go - 05.01.2014

Ok i sent one to you


Re: Proplem with Refunding - K9IsGodly - 05.01.2014

I pmed you back, you got a skype or something?


Re: Proplem with Refunding - sammp - 05.01.2014

Use your enumerations..

Example after the player registers:

SendClientMessage(playerid, -1, "You have been refunded VIP, level and cash.");
PlayerInfo[playerid][VIP] = 1;
GivePlayerMoney(playerid, 800000);
SetPlayerScore(playerid, 4);


Re: Proplem with Refunding - Hansrutger - 05.01.2014

Lol you guys were sending PMs to each other and to tell each other that the other has received the message you guys posted here. This day just keeps getting funnier for every second haha.

Basically like Ballu Miaa said, if you want help, you have to tell us your OnPlayerConnect, we won't bite. :P