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

buyable end game not working in game

HOT
broken avatar :(
Created 12 years ago
by jzob1234
0 Members and 1 Guest are viewing this topic.
6,845 views
broken avatar :(
×
broken avatar :(
Location: 00
Date Registered: 20 August 2012
Last active: 8 years ago
Posts
2
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
My Contact & Social Links
More
×
TheGtlad's Groups
TheGtlad's Contact & Social Linksprojectmoon115gtlad5
Wouldn't of been more easily if you actually follow the tutorial.
It not meant to be:
Code Snippet
Plaintext
trig = GetEnt("end_game", "targetname");
trig thread end_game();

It meant to be this:
Code Snippet
Plaintext
end_trig = getentarray( "end_game","targetname" );
array_thread( end_trig,::end_game );
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 5 August 2012
Last active: 9 years ago
Posts
304
Respect
Forum Rank
Perk Hacker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
im aggressive
Signature
:D
×
jzob1234's Groups
jzob1234's Contact & Social Linksjzobjzob123
Wouldn't of been more easily if you actually follow the tutorial.
It not meant to be:
Code Snippet
Plaintext
trig = GetEnt("end_game", "targetname");
trig thread end_game();

It meant to be this:
Code Snippet
Plaintext
end_trig = getentarray( "end_game","targetname" );
array_thread( end_trig,::end_game );
still the same thing and when i kill my self the endgame msg pops up
broken avatar :(
×
broken avatar :(
Location: 00
Date Registered: 20 August 2012
Last active: 8 years ago
Posts
2
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
My Contact & Social Links
More
×
TheGtlad's Groups
TheGtlad's Contact & Social Linksprojectmoon115gtlad5
I would repeat the tutorial over again.

Also check your end_game function in your _zombiemode.gsc

 
Loading ...