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

Quark

Posts
4
Respect
0
Forum Rank
Fresh Corpse
Primary Group
Member

Forum Stats

More Stats
Date Registered
September 06, 2014, 01:33:00 pm
Posts
4 (0.001 per day)
Last Active
March 11, 2019, 12:07:28 pm

Forum Profile

Profile Link
Gender
Male
Country
pt
Local Time
July 08, 2025, 12:00:47 pm
So, I made a simple script:

[code]Function damage()
{

   trigger = GetEnt("damage_trigger", "targetname");

   while(1)
   {
      self waittill("trigger", ent);
      ent DoDamage(2, ent.origin);
      break;
      wait(2);
...
9 years ago
Hi,

So I ported the giant spider boss from zetsubou no shima to BO3. In APE, the model looks fine and has all the textures, but when I put the model in Radiant the model doesn't have any textures.

Any idea why and how to fix it?
9 years ago
I think that the problem is in some texture.
9 years ago
I had the same problem, just make the window "hole" bigger.
9 years ago
Loading ...