Marty-Bond Posted March 6, 2006 Share Posted March 6, 2006 when i type sellbeer it sells but 1 at a time is their a way to sell all u have? Link to comment
Marty-Bond Posted March 9, 2006 Author Share Posted March 9, 2006 if ($3 == !sellweed) { if $rpg.area($1,$2) == Malibu { if ($readini(stockdata.ini,weedstash,$mta.name($1,$2))) < 1) { !writeini -n $+("rpg.ini") balance $mta.name($1,$2) Cash $calc($readini(rpg.ini,balance,$mta.name($1,$2)) + $readini(stockdata.ini,weedcost,weedcost)))} !writeini -n " $+ $rpg.dir $+ rpg.ini" $mta.name($1,$2) cash $calc($rpg.cash($1,$2) + $readini(stockdata.ini,weedcost,weedcost) $calc($readini(stockdata.ini,weedamount,$mta.name($1,$2)) * $4))} !writeini -n $+("stockdata.ini") weedamount $mta.name($1,$2) $calc($readini(stockdata.ini,weedamount,$mta.name($1,$2)) * $4))} mta.say $1 $mta.name($1,$2) Has Sold All His Weed. } else mta.say $1 You Dont Have Any Weed To Sell } else mta.say $1 You Must Be At Malibu To SellWeed! } OK this is what i have ive tryed at leased 50-100 different ways to get cash for the amount of weed u sell Plz Help Link to comment
Jeremy Posted March 10, 2006 Share Posted March 10, 2006 Lets see your !cash script its most likely the mistake has to do where its writing. Link to comment
Marty-Bond Posted March 10, 2006 Author Share Posted March 10, 2006 Lets see your !cash script its most likely the mistake has to do where its writing. um does cops & Robbers even have that? Link to comment
Recommended Posts