SA-MP Forums Archive
Question of business system help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Question of business system help (/showthread.php?tid=597109)



Question of business system help - Kinsley - 26.12.2015

Hola guys, I would like to script a fully dynamic business in zcmd I had never scripted one does not know where to start, you might lincarmi a tutorial?

* I have already been looking around but without results

Use these include:
#include <a_samp>
#include <YSI \ y_ini>
#include <string>
#include <zcmd>
#include <sscanf2>
#include <streamer>


Re: Question of business system help - ikey07 - 26.12.2015

Make a file where you will store locations/prods or w/e you want.


Make buy cmd/make sell cmd, make /makebiz cmd and done.


Start with something, and we can help.


Re: Question of business system help - Kinsley - 26.12.2015

I did not understand what you mean


Re: Question of business system help - PrO.GameR - 27.12.2015

A) make a list of items you wanna have
B) make a list of businesses you wanna have
C) start with cmds like /createbizz /enter /exit /buy
D) You made it !


Re: Question of business system help - Kinsley - 28.12.2015

Quote:
Originally Posted by PrO.GameR
Посмотреть сообщение
A) make a list of items you wanna have
B) make a list of businesses you wanna have
C) start with cmds like /createbizz /enter /exit /buy
D) You made it !
Yes, but how should I begin, I would not know where to put your hands