Jump to content
  • 0

[Error]: buildin_dispbottom: fatal error ! player not attached!


Question

Posted (edited)

Hellow can any 1 guide to fix this?

[Error]: buildin_dispbottom: fatal error ! player not attached!
[Debug]: Function: dispbottom (1 parameter):
[Debug]: Data: string value="You got the Antonio Leader's christmas gift!"
[Debug]: Source (NPC): AntonioInvasion (invisible/not on a map)
[Debug]: Source (NPC): AntonioInvasion (invisible/not on a map)
 

AntonioInvasion.txt

Edited by DEsMOn
Script adding

5 answers to this question

Recommended Posts

  • 0
Posted
On 5/28/2022 at 6:00 PM, DEsMOn said:

Still not fixed sir..!!

 

try changing this part
 

if(getattachedrid()) {
	sleep 1000;
	dispbottom "You got the Antonio Leader's christmas gift!";	
	getitem $AIItemPrize,$AIItemAmount;
	announce strcharinfo(0)+" has killed the Antonio Leader and was awarded a worthy prize!",bc_all;

	getitem groupranditem(IG_VioletBox),1;
}
end;

into

if(getattachedrid()) {
	sleep2 1000;
	dispbottom "You got the Antonio Leader's christmas gift!";	
	getitem $AIItemPrize,$AIItemAmount;
	announce strcharinfo(0)+" has killed the Antonio Leader and was awarded a worthy prize!",bc_all;

	getitem groupranditem(IG_VioletBox),1;
}
end;

 

  • Love 1
  • 0
Posted
22 hours ago, Radian said:

try changing this part
 

if(getattachedrid()) {
	sleep 1000;
	dispbottom "You got the Antonio Leader's christmas gift!";	
	getitem $AIItemPrize,$AIItemAmount;
	announce strcharinfo(0)+" has killed the Antonio Leader and was awarded a worthy prize!",bc_all;

	getitem groupranditem(IG_VioletBox),1;
}
end;

into

if(getattachedrid()) {
	sleep2 1000;
	dispbottom "You got the Antonio Leader's christmas gift!";	
	getitem $AIItemPrize,$AIItemAmount;
	announce strcharinfo(0)+" has killed the Antonio Leader and was awarded a worthy prize!",bc_all;

	getitem groupranditem(IG_VioletBox),1;
}
end;

 

Okay ill check n update.!! thanks for reply

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...