Author Topic: is there a way to create pickups via command?  (Read 2657 times)

0 Members and 1 Guest are viewing this topic.

Offline [DGC]Doomer

  • Wiseguy
  • **
  • Posts: 64
    • View Profile
is there a way to create pickups via command?
« on: March 23, 2009, 10:27:11 pm »
is there a way to create pickups via command?
i am still usin fbs

Offline [AoD]NC

  • VC:MP Beta Tester
  • VC:MP Veteran
  • *
  • Posts: 616
  • AoD forever!
    • View Profile
    • KURWA MAĆ
Re: is there a way to create pickups via command?
« Reply #1 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.
« Last Edit: March 23, 2009, 11:06:02 pm by [AoD]NC »

Offline [DGC]Doomer

  • Wiseguy
  • **
  • Posts: 64
    • View Profile
Re: is there a way to create pickups via command?
« Reply #2 on: March 24, 2009, 04:15:37 pm »
you not a hero anymore....
because you are...
The hero! :D