Vice City Multiplayer

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

Title: is there a way to create pickups via command?
Post by: [DGC]Doomer on March 23, 2009, 10: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, 11:04:05 pm
Again me ;p
Code: [Select]
  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, 04:15:37 pm
you not a hero anymore....
because you are...
The hero! :D