Posts
941
Respect
136Add +1
Forum Rank
The Decider
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!yes because I didn't know how to make it visible to only the player, so I made it so only the player that killed the zombie and had the perk can retrieve it
Post Merge: May 01, 2014, 02:40:28 am
this is the map I apply the tutorial to like everyone else
(Image removed from quote.)
-try raising your player spawns.
-you called the script _zombiemode.gsc right?
-are you standing where you spawned in?
self zombie_history( "zombie_spawn_init -> Spawned = " + self.origin ); if(randomint(100) > 80)
{
self thread vulture_aid();
}vulture_aid()
{
self waittill( "death" );
ammo = Spawn( "script_model", self.origin );
ammo setmodel( "static_berlin_wood_ammobox_02" );
ammo thread hide_me();
ammo movez( 30,1 );
wait 1;
//ammo thread touch_ammo(ammo);
wait 15;
ammo delete();
}
hide_me()
{
players = get_players();
for( i=0; i<players.size;i++)
{
self setinvisibletoplayer(players[i]);
if(players[i] HasPerk( "specialty_leadfoot" ))
{
self setvisibletoplayer(players[i]);
}
}
}oh wow thought that was just for triggers. well I assumed this perk would have some updates.
how do you play an fx for only a client?
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
so for the patch.ff do i need to compile your one?
so for the patch.ff do i need to compile your one?


![]() | Has released one or more maps to the UGX-Mods community. |

i done that I know how to install scripts and calling soon it about load my map it fezz on me and does not move so the only way is quiting the game so yeah any change u could stop the iwd flies as they are doing my head in badly want ur sick stuff but iv been stuck for 2days just releace ur mods as in one folder like maps then script then images stuff like that be so much easer for me to install