Author Topic: Auto Event ??  (Read 7256 times)

0 Members and 1 Guest are viewing this topic.

yazeen

  • Guest
Re: Auto Event ??
« Reply #15 on: April 07, 2011, 10:06:59 am »
Create Vehicle Works??????????? During Game

Offline BIG[H]

  • Made Man
  • ***
  • Posts: 159
  • Sight of light
    • View Profile
Re: Auto Event ??
« Reply #16 on: April 07, 2011, 10:27:43 pm »
Not possible in pawn till now but possible in Squirrel and mIRC Create Vehicle Create Pickup here an Example of Squirrel NOTE : UNTESTED i made it in 1 min by hand no sure it will work ..
it will create a PCJ bike near player !
Code: [Select]
local pos = player.Pos
CreateVehicle( 191 , Vector( pos , player.Angle );
EDIT:Test it in Squirrel server! not in Pawn!
« Last Edit: April 07, 2011, 10:30:18 pm by BIG[H] »
Outdoor city server Administrator, FS server owner!

yazeen

  • Guest
Re: Auto Event ??
« Reply #17 on: April 08, 2011, 08:05:20 am »
Not possible in pawn till now but possible in Squirrel and mIRC Create Vehicle Create Pickup here an Example of Squirrel NOTE : UNTESTED i made it in 1 min by hand no sure it will work ..
it will create a PCJ bike near player !
Code: [Select]
local pos = player.Pos
CreateVehicle( 191 , Vector( pos , player.Angle );
EDIT:Test it in Squirrel server! not in Pawn!

WTF!! Then How aXXo Made a RoadBlock? It blocks the Bridge with cars it requires a Create Vehicle!! :O

Offline BIG[H]

  • Made Man
  • ***
  • Posts: 159
  • Sight of light
    • View Profile
Re: Auto Event ??
« Reply #18 on: April 08, 2011, 10:27:09 pm »
Use PlayerToPoint EASY!!
Outdoor city server Administrator, FS server owner!

yazeen

  • Guest
Re: Auto Event ??
« Reply #19 on: April 09, 2011, 12:39:08 pm »
Use PlayerToPoint EASY!!

OMG playertopoint for making cars????????? playertopoint is used for everything omg?!!!