• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error
#1
Help me please. 2 minutes after the start mod there is a error.
[Image: image.png]
What is the error?
  Reply
#2
try commenting out (removing) the line in your mod that says vodka and tell me what happens
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#3
Post the source.
  Reply
#4
Too many changes in string or just big values.
Try without pink word. Just self.origin
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#5
getCoords(){
self.coords = self createFontString("default", 1.2);
self.coords setPoint("CENTER", "CENTER", 0, 60);
while (1){
self.coords setText(": " + self.origin);
wait 0.01;
self.coords setText("");
}
}

The function that displays the coordinates. Which is why there is an error here? I'm just a beginner
  Reply
#6
Increase the wait or
update on trigger or
use SetValue.
[Image: azuw.jpg]
  Reply
#7
(11-10-2012, 16:44)zxz0O0 Wrote: Increase the wait or
update on trigger or
use SetValue.
How to use SetValue?
  Reply
#8
Change wait 0.01 to wait 0.05, remove
Code:
self.coords setText("");
and change
Code:
self.coords setText(": " + self.origin);
to
Code:
self.coords setValue(self.origin);
and make a separate hud element for the text ().
[Image: MaEIQ.png]
  Reply
#9
Doesn't work
  Reply
#10
(11-10-2012, 17:04)Pozzuh Wrote: Change wait 0.01 to wait 0.05, remove
Code:
self.coords setText("");
and change
Code:
self.coords setText(": " + self.origin);
to
Code:
self.coords setValue(self.origin);
and make a separate hud element for the text ().

For the text when using setvalue

Code:
self.coords.label = ":"
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help error when run mod mr.apple 9 6,067 09-24-2013, 21:49
Last Post: Nekochan
  Help COD mw3 Error Couln't load image 3_cursor3:s Paylgs 2 13,488 07-18-2013, 18:46
Last Post: Nekochan
  Mod Error! help please Brandeeno 2 3,754 07-11-2013, 21:06
Last Post: Brandeeno
  Help xkmod error Domino29 2 4,153 07-11-2013, 20:07
Last Post: Brandeeno
  Help mw3 addon error [HARD] Tony. 2 4,116 06-08-2013, 00:32
Last Post: master131
  Help Freaking weird error when starting server!!!! Misterio 5 4,432 04-23-2013, 01:47
Last Post: Misterio
  d3d9 error magnuze 3 3,983 04-09-2013, 14:26
Last Post: NyZzE
  Help Server Script Compile Error when loading ExtremeBunkerMaker lolmoon 3 3,607 04-09-2013, 03:11
Last Post: lolmoon
  error CheGuevara 2 2,707 04-07-2013, 17:39
Last Post: CheGuevara
  Help error code [HARD] Tony. 2 2,792 03-23-2013, 00:19
Last Post: 8q4s8

Forum Jump:


Users browsing this thread: 1 Guest(s)