
01-20-2002, 05:55 AM
|
|
Scripter
|
Join Date: Nov 2001
Location: Brazil
Posts: 374
|
|
Re: Re: Help me with this text writer
Quote:
Originally posted by TDO2000
NPC Code:
if (playerenters && !hasweapon(Text Writer)) {
toweapons Text Writer;
}
if(playerchats){
if(strequals(#c,text on)){
setplayerprop#c,;
tokenize #s(server.text);
showimg 555,@verdana@#c,50,500;
changeimgvis 555,6;
changeimgzoom 555,0.65;
}
if(strequals(#c,text off)){
hideimg 555;
}
}
could work this way, not tested
|
*changeimgvis 555,4; |
|
|
|