Jump to content

!sell ??


[TAC]Kinq

Recommended Posts

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...