Page 1 of 2
Few Random Questions that have nothing to do with each other
Posted: October 13th, 2010, 4:30 pm
by PizzaLover101
I just had a few questions about SB:
Why isn't there hightmap on multiplayer?
Why can I use triggers on multiplayer (ie, doors)
And how would I make it so that if I had a quiz (in gui form), and you pressed the wrong button and you die?
Re: Few Random Questions that have nothing to do with each o
Posted: October 13th, 2010, 5:35 pm
by daltonds1
heightmap never has been in the FPS, you can use triggers on doors but the animations don't sync over the network, etc
guibutton "Sup" "nap"
Thats for The killing one
The code is nap
Re: Few Random Questions that have nothing to do with each o
Posted: October 14th, 2010, 6:16 am
by PizzaLover101
Re: Few Random Questions that have nothing to do with each o
Posted: October 14th, 2010, 9:13 am
by Runescapedj
daltonds1 wrote:heightmap never has been in the FPS
? It's is in fps?
Re: Few Random Questions that have nothing to do with each o
Posted: October 14th, 2010, 2:56 pm
by daltonds1
For a menu here's a example code..
For just a random question
Code: Select all
newgui Question1 [
guitext "How many states are in Canada " chat
guibar
guibutton "They don't have states" "cleargui"
guibutton "Who cares" "nap"
]
Then clicking on the who cares one.. will kill you
Re: Few Random Questions that have nothing to do with each o
Posted: October 14th, 2010, 3:03 pm
by PizzaLover101
Ok, thanks! This might help in my school project, which will also be in DCCG
Re: Few Random Questions that have nothing to do with each o
Posted: October 14th, 2010, 3:12 pm
by daltonds1
No prob.........
Re: Few Random Questions that have nothing to do with each o
Posted: October 14th, 2010, 7:07 pm
by chocolatepie33
So nap is the kill command? Hmmm... I've got an idea...
Re: Few Random Questions that have nothing to do with each o
Posted: October 14th, 2010, 7:35 pm
by daltonds1
Yes
nap is the code
Re: Few Random Questions that have nothing to do with each o
Posted: October 17th, 2010, 6:23 am
by owenisred
How do people know these commands? that one isnt in the mapping refernce, or any other reference i could find (like sauer)
Seroiusly I'd love to know where you find this, unless its just going through all the scripts, and if it is, could we make a proper list? (a complete one not like some of the posts on here)
Thanks,
Owen.