01-02-2013, 10:45
How can generate object in a certain place. I just want to do this sort of bunker for survivors. Maybe there is some program like the map editor?
spawn object
|
01-02-2013, 10:45
How can generate object in a certain place. I just want to do this sort of bunker for survivors. Maybe there is some program like the map editor?
01-02-2013, 13:39
(01-02-2013, 10:45)SaviouR9966 Wrote: How can generate object in a certain place. I just want to do this sort of bunker for survivors. Maybe there is some program like the map editor? Code: Entity ent1 = SpawnModel("script_model", "com_plasticcase_trap_friendly", new Vector(3724.289f, 4906.27f, 279.9418f));
01-08-2013, 14:07
I need a code that allows you to walk on boxes
01-08-2013, 14:31
http://www.itsmods.com/forum/Thread-Rele...sions.html
Make an .cs called Extensions and paste the code from there (The extensions.cs code) You can use this onplayerspawn or also onmapchange. I like to use onmapchange, but I don't know why :p The public override void onmapchange CSHARP Code
Add this: CSHARP Code
Than you add this line to make it solid (You can walk on boxes than) CSHARP Code
|
Users browsing this thread: |
2 Guest(s) |