Posts: 314
Threads: 120
Joined: Dec 2011
Reputation:
0
1. I would prefer an object or a briefcase on the ground where you can walk in it and the dialog will appear showing all the weapons, in categories. 2. Or maybe just a command like /buy weapons and the dialog will appear. 3. Or maybe /buysawnoff and you will buy it. But I would mostly prefer a Briefcase!
Thanks a lot
Posts: 177
Threads: 10
Joined: Jul 2012
Reputation:
0
Yep as Ballu said, you make a pickup on your gm with the custom coordinates you want and the model of the pickup, then you just need to set up OnPlayerPickUpPickUp and you can use ShowPlayerDialog as of OnPlayerDialogResponde, then just add a function like SendClientMessage case 1 "You have bought %%%% something" then use GivePlayerMoney(playerid, -2000(or w/e));
Hope you get the point, everything is on sampwiki