SA-MP Forums Archive
Need help with textdraws - 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: Need help with textdraws (/showthread.php?tid=574059)



Need help with textdraws - Nubik - 13.05.2015

I'm making a biz system, do I need to use
Код:
PlayerText:biz[MAX_PLAYERS]
or normal
Код:
Text:biz[MAX_PLAYERS]
will work? The textdraw will display the owner name in it


Re: Need help with textdraws - ball - 13.05.2015

Business owner will be the same for all players, so these textdraws should be server-sided.


Re: Need help with textdraws - Nubik - 13.05.2015

The textdraw will appear when typing the /biz command to get info of the business like value, owner etc, its like a per player business system a player can own only 1 business they can sell and buy biz at anytime, i guess for this i will use per-player textdraws?


Re: Need help with textdraws - Stanford - 13.05.2015

You should use per-player textdraws, you should ask yourself the question "what if another guy did the same command?" so yeah per-player!