|
| 26 Sep 2014 11:19 AM |
Chancellor of IC | Skilled Force Dignified | always remember 7/2/14 |
|
|
| Report Abuse |
|
|
Vulnerite
|
  |
| Joined: 05 Nov 2007 |
| Total Posts: 11492 |
|
|
| 26 Sep 2014 11:20 AM |
enflare me thea unclear darkwisp devoi bohdan
quite a few more but i can't remember
vulnerite AKA keith | tons of deleted accounts | i do stuff |
|
|
| Report Abuse |
|
|
Vulnerite
|
  |
| Joined: 05 Nov 2007 |
| Total Posts: 11492 |
|
|
| 26 Sep 2014 11:21 AM |
tenal superburke1 echoreaper cofffeeflux that one SpC guy who got a namechange and wears an afro
vulnerite AKA keith | tons of deleted accounts | i do stuff |
|
|
| Report Abuse |
|
|
Enflare
|
  |
| Joined: 24 Jul 2012 |
| Total Posts: 18522 |
|
|
| 26 Sep 2014 11:22 AM |
quite a lot of people tbh i dont go around saying it though because i dont like being judged
|
|
|
| Report Abuse |
|
|
Vulnerite
|
  |
| Joined: 05 Nov 2007 |
| Total Posts: 11492 |
|
|
| 26 Sep 2014 11:23 AM |
osyris ?silentswords? owen0202 benbonez quenty if is c&ger
vulnerite AKA keith | tons of deleted accounts | i do stuff |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Sep 2014 11:33 AM |
yes vulnerite i can script
i dont know where the confusion originally came from but yes i can script
-{===>SS |
|
|
| Report Abuse |
|
|
Vulnerite
|
  |
| Joined: 05 Nov 2007 |
| Total Posts: 11492 |
|
|
| 26 Sep 2014 11:34 AM |
someone said you do the building and owen does the scripting
LOL ALEX NO YOU CAN'T SCRIPT ROFL
vulnerite AKA keith | tons of deleted accounts | i do stuff |
|
|
| Report Abuse |
|
|
|
| 26 Sep 2014 11:35 AM |
keith aka vulnerite hates me thats why quote LOL ALEX NO YOU CAN'T SCRIPT ROFL ye |
|
|
| Report Abuse |
|
|
bluefredy
|
  |
| Joined: 23 Oct 2010 |
| Total Posts: 59243 |
|
|
| 26 Sep 2014 11:35 AM |
| i'm learning to script, and i'm quite good for just practicing for 1-2 months |
|
|
| Report Abuse |
|
|
|
| 26 Sep 2014 11:36 AM |
no that's not true, we mix our tasks. sometimes owen does the scripting and I do the building, sometimes I script and he builds.
-{===>SS |
|
|
| Report Abuse |
|
|
Vulnerite
|
  |
| Joined: 05 Nov 2007 |
| Total Posts: 11492 |
|
|
| 26 Sep 2014 11:40 AM |
silenced you should take unclear's advice and stop using debris:AddItem() because it calls Remove() and instead make your own function for it that uses Destroy(), according to thea when he did that on the TRA guns it removed client lag dramatically
vulnerite AKA keith | tons of deleted accounts | i do stuff |
|
|
| Report Abuse |
|
|
AR91
|
  |
| Joined: 14 Jul 2014 |
| Total Posts: 872 |
|
|
| 26 Sep 2014 11:41 AM |
@ vul, silent, and Enflare
How much would it cost to buy the following from one of you
A ray cast gun script with a GUI interface |
|
|
| Report Abuse |
|
|
|
| 26 Sep 2014 11:44 AM |
what, you want me to do:
delay(time, function() part:Destroy() end)
?
Because to me that looks a lot less efficient. I agree that the remove method is old but AddItem is a really nice and moreless clean way of removing bullet parts.
I'm not sure if running tons of delays is such an improvement when it comes to script efficiency.
-{===>SS |
|
|
| Report Abuse |
|
|
Vulnerite
|
  |
| Joined: 05 Nov 2007 |
| Total Posts: 11492 |
|
|
| 26 Sep 2014 11:45 AM |
to quote from his guide u could do:
function delete(object, delay)
local function safeDestroy(object) if object ~= nil then object:Destroy() end end
if type(delay) == "number" and delay > 0 then Spawn(function() wait(delay) safeDestroy(object) end) else safeDestroy(object) end
end
vulnerite AKA keith | tons of deleted accounts | i do stuff |
|
|
| Report Abuse |
|
|
|
| 26 Sep 2014 11:48 AM |
That's even worse. You're including tons of ifs, which will drastically decrease performance, especially when you're firing a ton of bullets. Very unnecessary.
My line of code does exactly the same thing, lol.
-{===>SS
|
|
|
| Report Abuse |
|
|
Vulnerite
|
  |
| Joined: 05 Nov 2007 |
| Total Posts: 11492 |
|
|
| 26 Sep 2014 11:49 AM |
try ur line of code
apparently using debris add item is very very very laggy for the client
i recommend u try wARC with that once versus with debris:addItem()
vulnerite AKA keith | tons of deleted accounts | i do stuff |
|
|
| Report Abuse |
|
|
|
| 26 Sep 2014 11:52 AM |
very laggy to the client? I doubt that, I've never had any problems with it. I wanna bet it's faster than delay or Spawn. At least it's 10x faster than what Unclear wrote lol.
-{===>SS |
|
|
| Report Abuse |
|
|