[FilterScript] [Dynamic] Advertising Board Creator
#1

What Is It?
It's an advertising board creating system.
What I can do with it?

You can create a board with text on it and It also allows you to edit the size of the text.


How install it into your server?
  1. Download the .rar file and extract it.
  2. Put AdvertisingBoard.amx into filterscripts folder.
  3. Now write AirAdvertisingBoard into server.cfg in front of filterscripts.

Rcon Commands
  • /createboard [It will create a board]
  • /deleteboard [It will delete the specific board]
  • /editbpos [You can edit the position of the board with this command]
  • /editbtext [You can write and edit the text of the board with this command]
  • /editbfontsize [You can edit font size of the text]
  • /gotoboard [It will teleport you to the specified board location]

Features
  1. Using EditDynamicObject
  2. Good saving and loading system
  3. Editing text of board in game
  4. Editing size of text in game

Video

Advertising Board Creator


Images

Download


Side Notes

Hey! everyone I'm so glad to see you all here I'm Monkey D. Luffy you can call me Luffy for short and I hope you liked my first Filterscript ''Advertising Board Creator'' please let me know about the bugs down below in the comments if you found one I will keep updating it and also let me know if you liked my work.
Reply
#2

Wow I really need this but if only you can do better than this, I really appreciate it

Anyway, Good job dude..
Reply
#3

Quote:
Originally Posted by AzaMx
View Post
Wow I really need this but if only you can do better than this, I really appreciate it

Anyway, Good job dude..
I'm happy that you liked it and I'm surely going to upgrade it. Thanks for your reply.
Reply
#4

hes not the only one wanting this ty soooooo much bro one thing i would suggest is making it MySQL, well be evening better, again ty bro +Rep.
Reply
#5

Quote:
Originally Posted by sam1929
View Post
hes not the only one wanting this ty soooooo much bro one thing i would suggest is making it MySQL, well be evening better, again ty bro +Rep.
Thanks I'm so happy that you appreciated my work and yes thanks again for the good suggestion I would surely make it MySQL in the next update.
Reply
#6

That's an awesome one, will definitely use it for my server! +2 reputation
P.S Stop using Bold letters for reply -.-
Reply
#7

Awesome work dude!
Reply
#8

Quote:
Originally Posted by SsHady
View Post
That's an awesome one, will definitely use it for my server! +2 reputation
P.S Stop using Bold letters for reply -.-
I'm happy that you liked it and yea no more bold letters.
Reply
#9

Quote:
Originally Posted by N0FeaR
View Post
Awesome work dude!
Thanks for your reply I'm glad that you liked it.
Reply
#10

Very well done , I personally liked it.
Reply
#11

This will cause a shit when using the EditDynamicObject(); function/callback in other filterscripts because there is no validation that the object being edited is actually the object expected to be edited so it will just save arbitrary data and fuck up your whole system.


This should be the first check before doing anything always.
Code:
        if(bEdit[playerid] == 1)
        {
Reply
#12

Quote:
Originally Posted by Pottus
View Post
This will cause a shit when using the EditDynamicObject(); function/callback in other filterscripts because there is no validation that the object being edited is actually the object expected to be edited so it will just save arbitrary data and fuck up your whole system.


This should be the first check before doing anything always.
Code:
        if(bEdit[playerid] == 1)
        {
Thanks for your suggestion you're right I will update it today.
Reply
#13

Quote:
Originally Posted by Wizzard2H
View Post
Very well done , I personally liked it.
Thank you so much I'm happy that you liked it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)