Jump to content

Cmd: Difference between revisions

Dat Hack3r (talk | contribs)
m Added page to Documentation category.
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 30: Line 30:
// send a message with the text "hi" with the username and Uvias ID
// send a message with the text "hi" with the username and Uvias ID
w.broadcastCommand("hi", true);
w.broadcastCommand("hi", true);
// are the same as above
network.cmd("hi", false);
network.cmd("hi", true);
</syntaxhighlight>
</syntaxhighlight>


Line 48: Line 53:


[[Category:Documentation]]
[[Category:Documentation]]
[[Category:Scripts]]
[[Category:Tutorials]]