• DarkRP: How to make job specific entities?
    3 replies, posted
Hey there I was wondering on how to go about making a certain entity. Only to be seen and bought by a certain class. Any help is much appreciated! [lua] AddEntity("NGII - Class D Printer", { ent = "ngii_d_printer", model = "models/props_lab/reciever01a.mdl", price = 1, max = 1000, cmd = "/buyngii_d_printer", }) [/lua]
"Upon searching, you'll find what you seek!" - Some stupid quote [url]http://wiki.darkrp.com/index.php/Donator_Entities[/url] Seriously, learn to use Google. It takes 2 seconds.
You can also use the Shipments feature... That's what I do at least.
[QUOTE=Persious;42812890]"Upon searching, you'll find what you seek!" - Some stupid quote [url]http://wiki.darkrp.com/index.php/Donator_Entities[/url] Seriously, learn to use Google. It takes 2 seconds.[/QUOTE] I've been looking at that. That seems to be only for usergroups not jobs. Or are the jobs considered user groups? [editline]10th November 2013[/editline] [QUOTE=GM_Wizard;42812950]You can also use the Shipments feature... That's what I do at least.[/QUOTE] I thought about doing that but I'd rather people no get shipments of printers. Even if I set the amount in the shipment to just 1. Plus I'd rather figure out how to do it this way then taking an easy way out :P haha. [editline]10th November 2013[/editline] I figured it out!
Sorry, you need to Log In to post a reply to this thread.