Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: [DGC]Doomer on March 23, 2009, 08:27:11 PM

Title: is there a way to create pickups via command?
Post by: [DGC]Doomer on March 23, 2009, 08:27:11 PM
is there a way to create pickups via command?
i am still usin fbs
Title: Re: is there a way to create pickups via command?
Post by: [AoD]NC on March 23, 2009, 09:04:05 PM
Again me ;p

  elseif ($3 == pickup) {
    if ($FBS.lin($1, $2) == $null) vcmp.msg $1 $2 Admin level 10.
    elseif ($FBS.Level($1, $2) < 10) vcmp.msg $1 $2 Level 10!
    elseif (!$4) vcmp.msg $1 $2 Error: Pickup's ID.
    else {
      vcmp.msg $1 $2 Spawning pickup type $4 $+ .
      vcmp.newpickup $1 $4 $calc($vcmp.location($1, $2).x + 2) $vcmp.location($1, $2).y $vcmp.location($1, $2).z
    }
  }

The pickup will be on the server until u restart scripts or server.
Title: Re: is there a way to create pickups via command?
Post by: [DGC]Doomer on March 24, 2009, 02:15:37 PM
you not a hero anymore....
because you are...
The hero! :D