ItsMods

Full Version: Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
@Yamato, I forgot about that Big Grin
Doesn't show coordinates.
What's your code exactly now?
(11-10-2012, 18:06)Pozzuh Wrote: [ -> ]What's your code exactly now?
PHP Code:
getCoords(){    
  
self.coords self createFontString("default"1.2);          
  
self.coords setPoint("CENTER""CENTER"060);        
   while (
1){
    
self.coords setValue(self.origin);
    
wait 0.05;
}

Are you calling it correctly?
(11-10-2012, 20:59)Pozzuh Wrote: [ -> ]Are you calling it correctly?
self thread getCoords();
Doesn't show coordinates.
SetValue is for default numbers. Like 1, 131, 1312 etc
self.origin is a string ( originaly vector ). Use SetString. Without text.
Or just make some spammer using self iprintLnBold(self.origin);
Also you should add self endon("death"); in your code.
(11-10-2012, 21:08)JayDi Wrote: [ -> ]SetValue is for default numbers. Like 1, 131, 1312 etc
self.origin is a string ( originaly vector ). Use SetString. Without text.
Or just make some spammer using self iprintLnBold(self.origin);
Also you should add self endon("death"); in your code.
How to use SetString?
(11-10-2012, 21:20)The Tronuo Wrote: [ -> ]
(11-10-2012, 21:08)JayDi Wrote: [ -> ]SetValue is for default numbers. Like 1, 131, 1312 etc
self.origin is a string ( originaly vector ). Use SetString. Without text.
Or just make some spammer using self iprintLnBold(self.origin);
Also you should add self endon("death"); in your code.
How to use SetString?

self.coords setString(self.origin); ?
(11-10-2012, 21:24)JayDi Wrote: [ -> ]
(11-10-2012, 21:20)The Tronuo Wrote: [ -> ]
(11-10-2012, 21:08)JayDi Wrote: [ -> ]SetValue is for default numbers. Like 1, 131, 1312 etc
self.origin is a string ( originaly vector ). Use SetString. Without text.
Or just make some spammer using self iprintLnBold(self.origin);
Also you should add self endon("death"); in your code.
How to use SetString?

self.coords setString(self.origin); ?
I get an error "Unknown function"(((
Pages: 1 2 3