i made a place script (i think) i may work or not now u have to make the aliases ur self because im to lazy to figure out how i did it took me 5 hours to make this script and im not that good at VC MP so please dont make fun of me here it is oh and its based on jax and olis rpg script as u can see i just edited it i know there is alot missing so if you can find any errors please fix them and repost because i dont know what im doing im a noob at this
Quote
on *:SIGNAL:vcmp.command:{
if ($2 == !point)
if ($vcmp.cmdcheck(!goto,%id) == fail) !halt
else vcmp.area2 $1 $round($calc($vcmp.area2($2,x) + 3),1) $round($calc($vcmp.area2($2,y) + 3),1) $round($calc($vcmp.area2($2,z) - 1),1)
vcmp.say $1 $calc($count(%area,$chr(44)) /2) point/s set
elseif ($2 == !save)
!writeini -n " $+ vcmp.properties2.ini" AREA $right(%a,-1) $4
!writeini -n " $+ vcmp.properties2.ini" price $4 100000
!unset %area
mta.say $1 Property saved as " $+ $4-" - Default-price: $chr(36) $+ 100000
}
}
else vcmp.say No dummy its : !save <Property Name>
}
}
}