18.06.2012, 18:57
(
Last edited by christiand; 18/06/2012 at 07:59 PM.
)
Introduction: I was bored these days and i tried to do something \'new\' i think , because i needed this type of filescript and i cannot find somewhere .. ( the idea i don\'t think it\'s original ) . PS: I am newbie , i started scripting few weeks ago but i have some c++ knowledge from school and that helps me ; my script i think it\'s a little messy.
Description: It\'s a simple Filescript like the presentation image ( sorry , but i don\'t have time for a good presentation image ).
What it does ? - You can buy/rent a billboard ( billboard means a 3dtextlabel which saves with dini and can be editable ). If you rent one , you need to pay every 1 hour , 2$ , if you don\'t pay billboard will get deleted in 4 minutes.
Commands:
Bugs: At the moment no bugs i think , i will test more tomorrow ( by the way i think onplayerupdate is not too right - heh i am newbie ) ; If you see bugs , feel free to tell me there.
Future plans: This is my first release so don\'t criticize me too much , and apreciate my work , and tell me your opinion ( that would help much ). I want to release and v0.2 that will contain features like :
Print Screens: Click
Code: Pastebin
You must have a folder called Billboards in \'scriptfiles\' in order to get it work.
At line 109 must be playervariables[playerid][rentedlabel] .
EDIT : Sorry for some language mistakes , i am tired.
Description: It\'s a simple Filescript like the presentation image ( sorry , but i don\'t have time for a good presentation image ).
What it does ? - You can buy/rent a billboard ( billboard means a 3dtextlabel which saves with dini and can be editable ). If you rent one , you need to pay every 1 hour , 2$ , if you don\'t pay billboard will get deleted in 4 minutes.
Commands:
Code:
/bbhelp - Help , /buybb - Buy a billboard for 1000$ , /rentbb - Rent a billboard , /editbb - Edit your billboard text , /bbstat - You can see your stats , /destroybb - Delete your billboard , /requestdestroy - If you rented one billboard you can only delete it by requesting ( after 2 minutes billboard will be deleted ) , /payrentbb - Pay rent for billboard.
Future plans: This is my first release so don\'t criticize me too much , and apreciate my work , and tell me your opinion ( that would help much ). I want to release and v0.2 that will contain features like :
Code:
-a simple business system ( not too complex ) - if i have a bussines , i can have a billboard else not; -change colour for billboards; -a better buy system - like - you go at a building or interior and type /buybb , and your camera will set at a billboard and you can change by pressing -> <- (arrows) and choose where you want to place you billboard by pressing ENTER button ( i think you understand ); -using dialogs.
Code: Pastebin
You must have a folder called Billboards in \'scriptfiles\' in order to get it work.
At line 109 must be playervariables[playerid][rentedlabel] .
EDIT : Sorry for some language mistakes , i am tired.