Quote:
|
Originally Posted by calani
* currentserver = string (read only) // returns the current server name
|
Quote:
|
Originally Posted by scriptfunctions_client.txt
PHP Code:
servername - string (read only)
|
Quote:
|
Originally Posted by calani
* string=type_check(var) // returns "string" "int" "float" "array" etc
|
Quote:
|
Originally Posted by docu_graalscript.doc
PHP Code:
obj.type() - gets the type of the var (float 0, string 1, object 2, array 3)
|
Quote:
|
Originally Posted by calani
* more than one timer (ability to create separate timers and per-timer timeout events instead of only having one built-in event)
|
Vars work too with a .05 timeout o_O Have a var with an MOD or something. I use it to have an event happen every one second inside a .05 timeout.
Quote:
|
Originally Posted by calani
* ability for DBs to trigger the clientside of a weapon, etc
|
PHP Code:
findplayer(account).triggeraction(0,0,"clientside",weaponname,params...);
<3!
