Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Knucis on February 15, 2009, 10:22:30 pm
-
This isnt working... I think its the $vcmp.location(%a)... And the Writeini says insuficient parameders :S i dont know why.
CMD:
elseif ($2 == !setmarker) {
if (!$3) vcmp.msg %id Error - Missing information, $2 <Marker ID>
else {
vcmp.setmarker $3 $vcmp.location(%a)
!writeini -n vcmp.marker.ini MARKER $3 $vcmp.location(%a)
vcmp.say Marker added at: $vcmp.location(%a) ID: $3
}
}
ALIAS:
alias vcmp.setmarker dll rcondll.dll RconCommand set 16 $1-
PS: Im using GUS
-
use %id, Not %a