Possible?

classy5

New member
Messages
119
Points
0
Github
classy5
script

weapon gives you fakename when wielding and announce it... then when unequip all goes away.

wbry3d

please anyone?

default_biggrin.png
:D
default_biggrin.png


 
Last edited by a moderator:
simple script

Code:
-	script	kjsbhfkjsf	FAKE_NPC,{OnInit:	setitemscript Knife, "{ atcommand "@fakename GODLIKE"; announce strcharinfo(0) +" is GODLIKE !!!", bc_map; }", 1;	setitemscript Knife, "{ atcommand "@fakename"; }", 2;	end;}
 
simple script

- script kjsbhfkjsf FAKE_NPC,{OnInit: setitemscript Knife, "{ atcommand "@fakename GODLIKE"; announce strcharinfo(0) +" is GODLIKE !!!", bc_map; }", 1; setitemscript Knife, "{ atcommand "@fakename"; }", 2; end;}
thank you
default_happy.png
default_wink.png


 
Back
Top