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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - wal hala

if you have installed your game via steam u just have to check the game data for errors with steam
1 year ago
yes you can u just have to write a function that waits till round starts  and calls it self at the endlike
Code Snippet
Plaintext
function give_points

{

waittill ("round_start");



//here the stuff for giving points



thread give_points;

}

1 year ago
the simplest way is to hide it under the map and instantly move it to possition
1 year ago
this is a very good tutorial about scripting fx
https://www.youtube.com/watch?v=V-nVloQklxI
1 year ago
i can send u later my script i used for one of my maps as alarm. if a player walks accros the trigger it enables 30 seconds infinite spawning. if you want to stop it when leaving the trigger just set the wait to 0
1 year ago
i dont know if it works but i could copy the folders of the dlcs out of my game
1 year ago
maybe i can help you if you want we can connect in discord so you can tell me what exactly the script has to be
1 year ago
if you could provide more information maybe i could help u
 
1 year ago
maybe you try
 
Cargo1.origin += (0,0,0);
 
thats how i move triggers when im mapping because the moveX Z Y does only work for brushes and models
1 year ago
what perk is the problem? one of the stock perks or a custom one?
1 year ago
there is a slash to much and you need a c at the end. u have to write sound/zone/zm_zombiez.all.alias.szc not sound/zone//zm_zombiez.all.alias.sz its .szc not .sz
1 year ago
Loading ...