FNdanielNL Posted October 27, 2007 Share Posted October 27, 2007 How do i make this so that if you only use a part of the nick he does display the full nick? so something like this: !cookie Alp Admin Player gives Alpha a cookie so not: !cookie Alp Admin Player gives Alp a cookie I tried something whit this, but it doesn't work?? elseif ($3 == !cookie) mta.text $1 $mta.nick($1,$2) gives $mta.nick($1,$+(*,$4-,*)) a cookie Link to comment
[UVA]Bart Posted October 27, 2007 Share Posted October 27, 2007 try this elseif ($3 == !cookie) mta.text $1 $mta.nick($1,$2) gives $mta.nick($1,%a) a cookie Link to comment
FNdanielNL Posted October 27, 2007 Author Share Posted October 27, 2007 ty is working now Link to comment
SanZoR Posted October 29, 2007 Share Posted October 29, 2007 np Damn, you are almost like i was before Link to comment
lil Toady Posted October 29, 2007 Share Posted October 29, 2007 try this elseif ($3 == !cookie) mta.text $1 $mta.nick($1,$2) gives $mta.nick($1,%a) a cookie will not work if you don't run one of those scrips that predefine %a so you have to have this line under mta.command signal: var %a = $iif($4,$iif($mta.getid($1,$4),$v1,-1),$2) Link to comment
[UVA]Bart Posted October 29, 2007 Share Posted October 29, 2007 i presumed it was for prs or slr and stfu lil^san you dont know anything about scripting still no release of shs Link to comment
Recommended Posts