
milkkookie
Joined: Aug 10, 2010
:)
|
Posted: Jan 13, 2011 11:59 PM
Msg. 1 of 8
can u make a weapon, on a single player map spawn.
|
|
|

rerout343
Joined: Aug 7, 2010
Targeted and Firing
|
Posted: Jan 14, 2011 06:54 AM
Msg. 2 of 8
Quote: --- Original message by: HIRALIS you set your weapons as netgame equipment and they should spawn You just stated the exact OPPOSITE thing you are supposed to do. Making weapons spawn in single player is actually easier than multiplayer. In sapien, go to objects/items/weapons, then click edit types. Next browse to whatever weapons you want and add them to the palett. Now just place them in your map wherever you want, just make sure you select them and tell sapien how much ammo each gun has. If you meant not appear right away but spawn later just check the not placed automatically checkbox. Then make a script that has the command (object_create [name of your weapon])Or if you meant respawn, just use this: (script continuous respawn (sleep [respawn time]) (object_create_anew [weapon name]) )Edited by rerout343 on Jan 14, 2011 at 07:02 AM
|
|
|

milkkookie
Joined: Aug 10, 2010
:)
|
Posted: Jan 14, 2011 05:06 PM
Msg. 3 of 8
oops my bad i dint mean spawn i meant respawn
|
|
|

d4rfnader
Joined: Jul 16, 2010
Open mouth, insert sandwhich.
|
Posted: Jan 14, 2011 06:10 PM
Msg. 4 of 8
Place a .weapon tag on the map, and then load the map with the console.
|
|
|

milkkookie
Joined: Aug 10, 2010
:)
|
Posted: Jan 14, 2011 06:13 PM
Msg. 5 of 8
so i cant use a script to make a single player weapon respawn just like a item collection tag
|
|
|

d4rfnader
Joined: Jul 16, 2010
Open mouth, insert sandwhich.
|
Posted: Jan 14, 2011 06:16 PM
Msg. 6 of 8
The script that rerout gave you would do that.
|
|
|

milkkookie
Joined: Aug 10, 2010
:)
|
Posted: Jan 14, 2011 10:14 PM
Msg. 7 of 8
o dint see that xD thanks rerout343 Edited by milkkookie on Jan 14, 2011 at 10:22 PM
|
|
|

rerout343
Joined: Aug 7, 2010
Targeted and Firing
|
Posted: Jan 15, 2011 12:15 AM
Msg. 8 of 8
Glad I could help.
|
|
|