[JASS] Jass strings problem ._.

Status
Not open for further replies.
Level 15
Joined
Oct 29, 2012
Messages
1,474
Hi , I was wondering why when I convert GUI trigger which has
  • Game - Show to (All players) the text : Hello World!
, it turns into
JASS:
call DisplayTextToForce( GetForceOfPlayer(GetTriggerPlayer()), ( TRIGSTR_0120 )

Please Tell me exactly where the strings are stored or whatsoever happened to them ! +rep
ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
Also i wanna ask a question:
When a player types -income in [Private] chat , How can I show the income for just the two players who are in a private chat ? For example : [Allies] Player : -income ==> This shows the income of the typer to all allies player . If this player types -income in [All] Chat , The income of the typer is shown for all players . Is there any way?! Tnx
ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
Another Help please : Some of the maps like Combat Zone don't run for me . When I just create a game it justs closes itself . What's this problem I have patch 1.26 !
 
Last edited:
Another Help please : Some of the maps like Combat Zone don't run for me . When I just create a game it justs closes itself . What's this problem I have patch 1.26 !
It's because Patch 1.24+ destroys many maps.
If you try the vice versa (try latest DotA on Patch below 1.24 for example) you can't play it, same as what's your problem.
WE Can't compile old functions from Patch 1.23 below because 1.24+ uses new natives to fix the H2I bug (called as return bug)
 
Status
Not open for further replies.
Back
Top