Forum

> > CS2D > Scripts > Please hudtxt not working
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Please hudtxt not working

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Please hudtxt not working

Mami Tomoe
User Off Offline

Zitieren
ok so i have this code ok? ok
1
2
parse('hudtxt2 "'..id..'" "'..toid1..'" "Red Team: '..FTWin[1]..'" "14" "194"')
parse('hudtxt2 "'..id..'" "'..toid2..'" "Blue Team: '..FTWin[2]..'" "14" "210"')

its not showing
and i come here to ask for help pls
ok bye guys pls help pls

alt Re: Please hudtxt not working

_oops
User Off Offline

Zitieren
1
2
parse("hudtxt2 "..id.." "..toid1.." \"Red Team: "..FTWin[1].."\" 14 194")
parse("hudtxt2 "..id.." "..toid2.." \"Blue Team: "..FTWin[2].."\" 14 210")

alt Re: Please hudtxt not working

Waldin
User Off Offline

Zitieren
You shouldn't use quotation marks in every argument/parameter, just in a text input like this
parse('hudtxt2 '..id..' '..toid2..' "Red team: '..FTWin[1]..'" 14 194 ')

See, just used in "Red team: '..FTWin[1]..'", used simple quotation marks ( ' ) for lua command, and " for the console one.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht