UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch
broken avatar :(

zombiedestroy29

Posts
7
Respect
0
Forum Rank
Legless Crawler
Primary Group
Member

Forum Stats

More Stats
Date Registered
May 13, 2017, 10:34:04 pm
Posts
7 (0.003 per day)
Last Active
April 24, 2021, 03:33:06 am

Forum Profile

Profile Link
Gender
Male
Country
us
Local Time
April 16, 2024, 04:42:24 am

Contact & Social Links

CoD WaW
shawnald67
Youtube
make the script_noteworthy of one your spawns (the one that you want the engineer to spawn at first) this
first_boss_spawner

example:
[code]
first_spawn_org = spawn("script_origin", (x,y,z));
first_spawn_org.targetname = "boss_zombie_spawner";
6 years ago
I've tried to do this too on a custom map of mine that I made with radiant, same thing happens. everything loads in fine, but the engineer never actually spawns.
6 years ago
I don't think it is possible until radiant releases sadly.
6 years ago
thank you i'm just new to scripting
7 years ago
when I run my mod i get a bad syntax error and it is saying it is on line 56 and {

[code]#include maps\_zombiemode_score;

init()
{
   precachemodel("zombie_perk_bottle_ads");//deadshot
   precachemodel("zombie_perk_bottle_jugg");//juggernog
   ...
7 years ago
Loading ...