View Single Post
  #3  
Old 10-20-2011, 09:48 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
Well it does use this, im not sure if its classed as a clientside function?
PHP Code:
function onActionClientSide() {
  
//Makes the notepad text the players note.
  
if (params[0] == "gettext") {
    
Notepad_Text.text params[1];
  }

I will probably stand corrected...
Thanks for the comment
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote