[TAC]Kinq Posted June 28, 2007 Share Posted June 28, 2007 Hi, can someone create me a command !sell ? example: !buy car and then !sell car ??? Link to comment
JB_frozen Posted June 28, 2007 Share Posted June 28, 2007 on *:signal:mta.command*:#:{ if ($3 == !buy) { var %a = $rand(1,200) mta.text $1 $mta.nick($1,$2) has bought $4- for %a pgs.sub %a $mta.nick($1,$2) } if ($3 == !sell) { var %a = $rand(1,200) mta.text $1 $mta.nick($1,$2) has selled $4- for %a pgs.add %a $mta.nick($1,$2) } } goodluck with it Link to comment
[TAC]Kinq Posted June 28, 2007 Author Share Posted June 28, 2007 Thx Frozen i hope it works Link to comment
Recommended Posts