Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Knucis on February 15, 2009, 10:22:30 pm

Title: This isnt working :S
Post 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:
Code: [Select]
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:
Code: [Select]
alias vcmp.setmarker dll rcondll.dll RconCommand set 16 $1-

PS: Im using GUS
Title: Re: This isnt working :S
Post by: thijn on February 16, 2009, 06:28:08 pm
use %id, Not %a