Author Topic: Objects[HELP]  (Read 2905 times)

0 Members and 1 Guest are viewing this topic.

Offline Rasher

  • Street Thug
  • *
  • Posts: 11
    • View Profile
Objects[HELP]
« on: February 26, 2009, 09:50:26 pm »
I want to know how can i put a GATE in the game but not a pickup gate....i want a gate that it's texture not a gate that it's spining and i can take it!

PLEASE HELP
Keep it up...you are all doing a great job

Offline Knucis

  • Wiseguy
  • **
  • Posts: 82
  • u wot m9
    • View Profile
Re: Objects[HELP]
« Reply #1 on: February 26, 2009, 10:26:58 pm »
not possible :(

Offline Rasher

  • Street Thug
  • *
  • Posts: 11
    • View Profile
Re: Objects[HELP]
« Reply #2 on: February 26, 2009, 10:38:32 pm »
But i was on a server that have gates at police parking :(...anyway

How can i make a pickup to teleport somewhere if i pick it?i mean...a pizzabox when i pick it up to tele me on a building roof?
Keep it up...you are all doing a great job

Offline Knucis

  • Wiseguy
  • **
  • Posts: 82
  • u wot m9
    • View Profile
Re: Objects[HELP]
« Reply #3 on: February 27, 2009, 01:20:49 am »

Offline Rasher

  • Street Thug
  • *
  • Posts: 11
    • View Profile
Re: Objects[HELP]
« Reply #4 on: February 28, 2009, 06:07:03 pm »
Quote
General Use Scripts [Based]...

on *:SIGNAL:vcmp.pickup:{
var %name = $vcmp.name($1)
var %name2 = $replace($replace($vcmp.name($1),[,~),],~)
var %id = $1

elseif ($2 == <pikup_id>) {
vcmp.msg %id You pickup a teletransport pickup! I will transport you to [place]
vcmp.setlocation %a $vcmp.axis.getloc(<place-name-here>) 
}

Where i should put this script and where should i put the Pickup ID and the X Y Z coordonates?


So nobody wants to help me...:(
« Last Edit: March 04, 2009, 11:09:47 pm by Rasher »
Keep it up...you are all doing a great job