General talk about editing, cheating, and deprotecting maps.
Moderator: Cheaters
-
Bl00D R3av3r
- Senior Member
- Posts: 165
- Joined: January 25th, 2008, 5:20 pm
- Title: Lazy
Post
by Bl00D R3av3r »
Code: Select all
call DisplayTextToForce(GetForceOfPlayer(GetEnumPlayer()),"TRIGSTR_9999")
How and where do i find the text which is there displayed?
btw. Mods, if u have a better idea for the topic title change it...
Sig by TheWand
-
Senethior459
- Forum Staff
- Posts: 2618
- Joined: June 2nd, 2007, 6:53 pm
- Title: I Just Lost the Game
Post
by Senethior459 »
Extract and open the war3map.wts, and either scroll down to 9999, or search for it. It should be in a format like:
Code: Select all
STRING 9999
{
THIS STUFF IS DISPLAYED IN WHATEVER CALLS IT
}
STRING 10000
etc...
The stuff between the bracket things is what is the text that is displayed by the trigger that calls it.
-
Bl00D R3av3r
- Senior Member
- Posts: 165
- Joined: January 25th, 2008, 5:20 pm
- Title: Lazy
Post
by Bl00D R3av3r »
thx u helped me alot
Sig by TheWand