Jump to content
  • 0

Question

5 answers to this question

Recommended Posts

  • 0
Posted
-	script	pvp_point	-1,{
	OnPCKilLEvent:
		if ( getcharid(3) != killedrid && strcharinfo(3) == "yourmanonamhere" ) {
			getotem 7227,1;
			dispbottom "One Tcg card";
		}
		end;
}

 

  • Upvote 1
  • 0
Posted
32 minutes ago, Cyro said:

-	script	pvp_point	-1,{
	OnPCKilLEvent:
		if ( getcharid(3) != killedrid && strcharinfo(3) == "yourmanonamhere" ) {
			getotem 7227,1;
			dispbottom "One Tcg card";
		}
		end;
}

 

@Cyro , thanks! ❤️

  • 0
Posted
-	script	pvp_point	-1,{
	OnPCKilLEvent:
		if ( getcharid(3) != killedrid && (strcharinfo(3) == "yourmanonamhere" || strcharinfo(3) == "yourmanonamhere2") ) {
			getotem 7227,1;
			dispbottom "One Tcg card";
		}
		end;
}

or

-	script	pvp_point	-1,{
	OnPCKilLEvent:
		if ( getcharid(3) != killedrid && strcharinfo(3) == "yourmanonamhere" ) {
			getotem 7227,1;
			dispbottom "One Tcg card";
		}
		else if ( getcharid(3) != killedrid && strcharinfo(3) == "yourmanonamhere2" ) {
			getotem 7227,1;
			dispbottom "One Tcg card";
		}
		end;
}

 

  • 0
Posted
-	script	pvp_point	-1,{
	OnPCKilLEvent:
		if ( getcharid(3) != killedrid && strcharinfo(3) == "yourmanonamhere" ) {
			getotem 7227,1;
			dispbottom "One Tcg card";
		}
		else if ( getcharid(3) != killedrid && strcharinfo(3) == "yourmanonamhere2" ) {
			getotem 7227,1;
			dispbottom "One Tcg card";
		}
		end;
}

 

this script how to random player to kill?

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...