Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   GS2: Client-RC (https://forums.graalonline.com/forums/showthread.php?t=73569)

Dionysus 04-20-2007 04:56 AM

GS2: Client-RC
 
How would i get
PHP Code:

requesttext"clientrc"1

to display text in my
PHP Code:

new GuiMLTextCtrl("RC_Chat"){
  
blah...



Rapidwolve 04-20-2007 05:29 AM

function onRCChat is clientside for Client-RCs

PHP Code:

function onRCChat()
{
(
"RC_Chat").addText("\n" params[0]);


or however it goes, I don't remember the params for onRCChat. Skyld's wiki is a good place to get information on these things


All times are GMT +2. The time now is 02:28 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.