Posts: 1,466
Threads: 7
Joined: Jun 2009
Reputation:
0
Try some debugging or your script may use a script sided weapons, money and armor.
Posts: 459
Threads: 58
Joined: Apr 2010
Reputation:
0
Uh it's my first scripting attempt, that doesn't really help me :/
Posts: 1,466
Threads: 7
Joined: Jun 2009
Reputation:
0
Does it send you the correct message?
Posts: 109
Threads: 23
Joined: Nov 2009
Reputation:
0
Show the part of the script where there is ShowPlayerDialog for this.
And also, the #define DARKWEPS
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
The only thing wrong is you're missing a bracket right after
if(GetPlayerPCash(playerid) >= 1000)
Under listitem==8
You need to add a '{'
Posts: 81
Threads: 7
Joined: Jul 2008
Reputation:
0
Proper Indentation... Then you will see the missing open/close backets.