SA-MP Forums Archive
[FilterScript] 3DTextLabel Dynamic System (MySQL) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] 3DTextLabel Dynamic System (MySQL) (/showthread.php?tid=510617)



3DTextLabel Dynamic System (MySQL) - iRaiDeN - 01.05.2014

Introduction
Actually this system is designed to serve you with Dynamics server, create 3dtextlabel through the server, you can delete it, change the text, and soon a new version!

Information
The system is based on MySQL, you only need only open a database called samp, and then everything will simply not operate the server, and everything will go smoothly!

Commands
PHP код:
/maketext create a 3dtextlabel
/removetext delete text label
/edittext edit the string of the 3dtextlabel 
ScreenShots
Soon.

Download
Pastebin.
Solidfiles.

Credits
Zeex - ZCMD;
sscanf2 - ******;
MySQL - BlueG;
enjoy!


Re: 3DTextLabel Dynamic System (MySQL) - WorldPro - 01.05.2014

Nice 1

rep+


Re: 3DTextLabel Dynamic System (MySQL) - iRaiDeN - 01.05.2014

Quote:
Originally Posted by WorldPro
Посмотреть сообщение
Nice 1

rep+
thanks you!


Re: 3DTextLabel Dynamic System (MySQL) - satafinix - 02.05.2014

NIce Work


Re: 3DTextLabel Dynamic System (MySQL) - iRaiDeN - 02.05.2014

Quote:
Originally Posted by satafinix
Посмотреть сообщение
NIce Work
thanks!


Re: 3DTextLabel Dynamic System (MySQL) - SwiZzoR - 02.05.2014

Very nice


Re: 3DTextLabel Dynamic System (MySQL) - iFarbod - 02.05.2014

Awesome work with MySQL!

Your all works is also awesome! Keep up!


Re: 3DTextLabel Dynamic System (MySQL) - Reebok1 - 02.05.2014

Nice Work ! But i want not to be on MySQL . +REP


Re: 3DTextLabel Dynamic System (MySQL) - UfsDev - 02.05.2014

without saving system? it s wont be save?


Re: 3DTextLabel Dynamic System (MySQL) - iRaiDeN - 02.05.2014

Quote:
Originally Posted by SwiZzoR
Посмотреть сообщение
Very nice
thanks!

Quote:
Originally Posted by iFarbod
Посмотреть сообщение
Awesome work with MySQL!

Your all works is also awesome! Keep up!
thank you <3

Quote:
Originally Posted by Reebok1
Посмотреть сообщение
Nice Work ! But i want not to be on MySQL . +REP
thank you!

Quote:
Originally Posted by UfsDev
Посмотреть сообщение
without saving system? it s wont be save?
it's need to save, it's MySQL, only open database "samp", and enjoy!


Re: 3DTextLabel Dynamic System (MySQL) - ChuckyBabe - 04.05.2014

Can u made this fo rcon only?


Re: 3DTextLabel Dynamic System (MySQL) - PinEvil - 04.05.2014

Quote:
Originally Posted by ChuckyBabe
View Post
Can u made this fo rcon only?
You can make it RCON only by adding the code,

Code:
if(!IsPlayerAdmin(playerid))
Also, It isn't set for RCON administrator(s) only from the looks of it.