Posts: 73
Threads: 6
Joined: Feb 2012
Can anyone provide me the pawn code for auto refund .
I'm planning to give an auto-refund like 500kmoney 1kmats 1kpot lvl5 goldvip .
Please do help me and get rep
Posts: 254
Threads: 36
Joined: Nov 2011
Reputation:
0
We would have to have your script to do that.
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
You haven't given enough information for anyone to do this..
Posts: 73
Threads: 6
Joined: Feb 2012
Posts: 73
Threads: 6
Joined: Feb 2012
Quote:
Originally Posted by Daniel_Davis
pawn Код:
CMD:autorefund(playerid, params[]) { playerVariables[playerid][Money Variable] = 500000; playerVariables[playerid][MaterialVariable] = 1000; playerVariables[playerid][PotVariable] = 1000; playerVariables[playerid][VIP Variable] = 5; }
Something like that? I'd have to know more to do it though.
|
Will this work for sure ?
Posts: 73
Threads: 6
Joined: Feb 2012
Can anyone help me with this .
Since i am a starter in scripting , I dont know how things work
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Here's a start. Script your own game mode instead of using edits..