I have a script problem (do not be put off....)
Posted: Mon Apr 09, 2007 7:32 am
OK here is my script
the whole lot
I set the respawn time in the gametype to 30 seconds coz i want it to respawn!
and *sighs* after 30 seconds every vehicle pops out of nowwhere or on top of each other on the other side of the map....
i have set everything like there names and default gametypes & allowed
gametypes
so
WTH?
and plz reply 90% of the questions i ask never get a reply :'(
the whole lot
ok now when i compile this every vehicle is there!(global boolean is_server false)
(script startup spawn-vehicles
(object_create_anew newvehi1)
(object_create_anew newvehi2)
(object_create_anew newvehi3)
(object_create_anew newvehi4)
(object_create_anew newvehi5)
(object_create_anew newvehi6)
(object_create_anew newvehi7)
(object_create_anew newvehi8)
(object_create_anew newvehi9)
(object_create_anew newvehi10)
(object_create_anew newvehi11)
(object_create_anew newvehi12)
(object_create_anew newvehi13)
(object_create_anew newvehi14)
(object_create_anew newvehi15)
(object_create_anew newvehi16)
(object_create_anew newvehi17)
(object_create_anew newvehi18)
)
(script startup notfallingout
(set rider_ejection 0)
)
I set the respawn time in the gametype to 30 seconds coz i want it to respawn!
and *sighs* after 30 seconds every vehicle pops out of nowwhere or on top of each other on the other side of the map....
i have set everything like there names and default gametypes & allowed
gametypes
so
WTH?
and plz reply 90% of the questions i ask never get a reply :'(