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