View Single Post
  #5  
Old 02-08-2014, 02:46 PM
Jakov_the_Jakovasaur Jakov_the_Jakovasaur is offline
Deleted by Darlene159
Jakov_the_Jakovasaur's Avatar
Join Date: Sep 2013
Location: Deleted by Darlene159
Posts: 358
Jakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud of
getstringkeys() is not a player function

you can however add it into a class which is joined to the player and it will accomplish the same thing -

PHP Code:
/*
    you probably want to add some callstack checks here to ensure that only permitted scripts are calling this function, or otherwise only join this class to the player before you want to reset them
*/
public function resetClientrVars()
  for(
temp.key getstringkeys("this.clientr."))
    
this.clientr.(@ temp.key) = ""
__________________
This signature has been deleted by Darlene159.
Reply With Quote