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

Chilltacular

Posts
6
Respect
1
Forum Rank
Legless Crawler
Primary Group
Member

Forum Stats

More Stats
Date Registered
December 21, 2013, 12:18:34 am
Posts
6 (0.002 per day)
Last Active
May 13, 2017, 05:34:39 am

Forum Profile

Profile Link
Gender
Male
Country
us
Local Time
April 18, 2024, 04:20:00 pm
I have a map in which the player teleports to a room that I put under the map, but in the game, the models pop in and out of view when the player moves around. Anyone know what could be causing this?
7 years ago
[code]
function openDoor()
{
     level.door = GetEnt("door", "targetname");
     level.trig1 = GetEnt("trigger1", "targetname");
     level.trig2 = GetEnt("trigger2", "targetname");
7 years ago
Oh thanks. Where could I find the documentation for all that?

Double Post Merge: February 22, 2017, 05:30:05 am
The docs say:

[code]

entity Get...
7 years ago
I know you can get an array of all the zombies through GetAiSpeciesArray("axis", "all")

I was wondering if anyone knew how how to get an array of just dogs?
7 years ago
I'm trying to check whether a variable is a multiple of 360.  I'm just printing to screen the following

level.mHand % 360

but I don't get anything showing up. If I change the operator to a multiplication sign and multiply by 2 for example, it works. If I cha...
7 years ago

Signature

Jack of All Trades: Master of None
Loading ...