Interrap Posted December 17, 2004 Share Posted December 17, 2004 } else { mta.msg $1 $2 $mta.vehicle($1,$2).name - Health: $mta.health($1,$2).vehicle $+ % Status: Dumpable ($ $+ $calc($mta.health($1,$2).vehicle * 10) $+ ) Last Driver: $readini(RPG2.ini, Lastdriver, $mta.vehicle($1,$2)) } } if ($readini(RPG2.ini, Buycar, $mta.vehicle($1,$2)) != $mta.name($1,$2)) && ($readini(RPG2.ini, Buycar, $mta.vehicle($1,$2)) != $null) { mta.msg $1 $2 You have 10 seconds to get out, this isnt your car! .timercar 1 10 mta.slapper $1- writeini "RPG2.ini" Stolecar $mta.name($1,$2) 1 set %theifcar $2 } Any way of getting the "10 seconds to get out isnt ur car" bit to say as if it were coming from admin console Link to comment
DominionSpy Posted December 17, 2004 Share Posted December 17, 2004 I think the answer is in the question (or rather the title). Link to comment
Shib Posted December 17, 2004 Share Posted December 17, 2004 Yeah lol , just replace the mta.msg $1 $2 with mta.say $1 Link to comment
alias.tin Posted December 17, 2004 Share Posted December 17, 2004 btw ecko if you are still looking for the newest version i have it up at http://www.mtascripts.co.nr Link to comment
Jani Posted December 17, 2004 Share Posted December 17, 2004 } else { mta.msg $1 $2 $mta.vehicle($1,$2).name - Health: $mta.health($1,$2).vehicle $+ % Status: Dumpable ($ $+ $calc($mta.health($1,$2).vehicle * 10) $+ ) Last Driver: $readini(RPG2.ini, Lastdriver, $mta.vehicle($1,$2)) } } if ($readini(RPG2.ini, Buycar, $mta.vehicle($1,$2)) != $mta.name($1,$2)) && ($readini(RPG2.ini, Buycar, $mta.vehicle($1,$2)) != $null) { mta.say $1 You have 10 seconds to get out, this isnt your car! .timercar 1 10 mta.slapper $1- writeini "RPG2.ini" Stolecar $mta.name($1,$2) 1 set %theifcar $2 } Link to comment
Recommended Posts