Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Disallowed movement
Post: RE: Disallowed movement

xoft Wrote: (11-18-2015, 04:28 AM) -- First of all you should make the box large, say 50 x 50 x 50 blocks, so that you can actually debug it, see if it works. Only then, after verifying that it works...
Bobstergaming Plugin Discussion 17 13,694 11-18-2015, 06:48 AM
    Thread: Windows phone / Universal app
Post: RE: Windows phone / Universal app

NiLSPACE Wrote: (11-09-2015, 08:47 PM) -- I've played around with the Lumia 830 for a few days, and absolutely love it. It's really fast, especially since I'm used to my old Wildfire S. I'm currently...
Bobstergaming Development 16 13,001 11-17-2015, 06:16 AM
    Thread: Inventory
Post: RE: Inventory

Here I have a bit of code: [shcode=lua] function HandleSellall(Player) removedamout = cInventory(RemoveItem(cItem(E_BLOCK_STONE))) end true [/shcode] The idea is that when the ...
Bobstergaming Discussion 7 6,646 11-17-2015, 06:14 AM
    Thread: Disallowed movement
Post: RE: Disallowed movement

*Sigh*
Bobstergaming Plugin Discussion 17 13,694 11-15-2015, 07:03 PM
    Thread: Permissions
Post: Permissions

Hello again! I am interesting in using permissions, and on my prison server, I want people to be VIP, VIP+ etc. This would be very easy to do by using ranks, but I already use ranks for prison le...
Bobstergaming Plugin Discussion 3 4,617 11-14-2015, 11:37 PM
    Thread: Disallowed movement
Post: RE: Disallowed movement

[shcode=lua] Job = {} function Initialize(Plugin) Plugin:SetName("Jobs") Plugin:SetVersion(1) cPluginManager.BindCommand("/jobs", "jobs.jobs", HandleJ...
Bobstergaming Plugin Discussion 17 13,694 11-14-2015, 01:25 AM
    Thread: Disallowed movement
Post: RE: Disallowed movement

I have almost exactly copied you code: [shcode=lua] local bblock = cBoundingBox(Vector3d(-372, 218, 131), Vector3d(-377, 220, 130)) function OnPlayerMoving(Player, OldPosition, NewPosition) Wor...
Bobstergaming Plugin Discussion 17 13,694 11-12-2015, 06:41 AM
    Thread: Disallowed movement
Post: RE: Disallowed movement

xoft Wrote: (11-09-2015, 08:32 AM) -- The main problem with this approach is that you're basically blocking access to a single point in space. Normally you would want to restrict an entire area, the ...
Bobstergaming Plugin Discussion 17 13,694 11-12-2015, 06:05 AM
    Thread: Disallowed movement
Post: Disallowed movement

Hi! I have got a minecraft server, and I wanted to disallow certain people from going to a certain (VIP only) area. I made a mockup of the code so anyone is disallowed to move there, just to try it...
Bobstergaming Plugin Discussion 17 13,694 11-07-2015, 09:16 PM