View Single Post
  #39  
Old 01-23-2014, 07:03 PM
iDigzy iDigzy is offline
Registered User
Join Date: Apr 2013
Posts: 44
iDigzy is on a distinguished road
How would you make it so it knows what row is selected on a gui text list? I tried doing a few things, would this work?
PHP Code:
  function Tools.onSelect(temp.i) {
  if (
rowselected == 0){
  
Player.chat I clicked a row!;
  } 
this is the current code I have to get a better idea of what I mean, not too sure if my post is that clear..
http://pastebin.com/svjPXSGe
__________________
Reply With Quote