Posts: 1,758
Threads: 157
Joined: Jan 2008
Reputation:
0
ok i have an area where you can sell weapons, but...
how would i check if the player does not have any weapons and say:
You do not have any weapons to sell!
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
GetWeaponData(playerid,&slot,&ammo)
Posts: 141
Threads: 10
Joined: Feb 2008
Reputation:
0
I'm not sure exactly what you are doing... Are you doing it like CrazyBob's where you have a weapon stockpile, and each time you sell any weapon it goes down by 1? Or are you trying to sell one player's weapons to another player?
Could you post some of your code?