Posts: 1,849
Threads: 96
Joined: Apr 2010
Reputation:
0
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.
Posts: 33
Threads: 7
Joined: Dec 2013
Reputation:
0
Can anyone Help me Please ?!
Realy i need to Delete Refund xD
Posts: 232
Threads: 55
Joined: Dec 2013
Reputation:
0
I sent you a PM, check your messages!
Posts: 232
Threads: 55
Joined: Dec 2013
Reputation:
0
I pmed you back, you got a skype or something?
Posts: 584
Threads: 51
Joined: Jan 2014
Reputation:
0
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);
Posts: 760
Threads: 22
Joined: May 2011
Reputation:
0
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