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 :(

andrizzlepc

Posts
6
Respect
1
Forum Rank
Legless Crawler
Primary Group
Member

Forum Stats

More Stats
Date Registered
July 25, 2018, 10:22:03 am
Posts
6 (0.003 per day)
Last Active
March 09, 2019, 10:57:08 am

Forum Profile

Profile Link
Gender
Male
Country
gb
Local Time
April 16, 2024, 08:33:30 am
I'm having some trouble activating a zone with a custom trigger. I want to activate a zone with a simple trigger that rotates and opens a door. I'm not using a regular "zombie_door" trigger cus I wanted to control the speed of the door opening. My issue is that when I put a "...
6 years ago
If anyone looks at this post and had same issues I fixed it this is what it is when it works lol.

[code]function vault_door()
{
   v_trigger = GetEnt("vault_trigger", "targetname");
   v_trigger setHintString("Hold ^3&&1^7 to open the Bunker doo...
6 years ago
What do you mean?
6 years ago
Thanks lmao can't believed I missed that, it compiles now but when i run the map it just black screens and never loads??
6 years ago
Okay I tried your code and compiled and linked however the triggers were just displaying the "Not Available" text, I just tried compiling and linking again and its back to giving me the " Compiler Internal Error :  Uninitialized local variable 'player'
" error...
6 years ago
Wondering whats wrong with my script, when i keep it in the main .gsc script i get an error for unresolved local variable "player"? Can't seem to find any help with that online, when I put the script in a different file and include and then call it i get an unresolved external variabl...
6 years ago
Loading ...