Forum

> > CS2D > Scripts > Bug msg
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Bug msg

8 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Bug msg

pbeloto
User Off Offline

Zitieren
i cread lua . command :

1
2
3
4
5
addhook("say","_say")
function _say (id,txt)
	msg("©255255255"..player(id,"name").." : "..txt)
return 1
end

i say the game : não,don't,lalalalalalá

is bug
1
Realboys #pbL : Ân£o,don£²t,lalalalalalÃ$£

help-me plz???

alt Re: Bug msg

Dimas541
User Off Offline

Zitieren
user pbeloto hat geschrieben
i cread lua . command :

1
2
3
4
5
addhook("say","_say")
function _say (id,txt)
	msg("©255255255"..player(id,"name").." : "..txt)
return 1
end

i say the game : não,don't,lalalalalalá

is bug
1
Realboys #pbL : Ân£o,don£²t,lalalalalalÃ$£

help-me plz???


no bugs or you use a name that uses the word queer

alt Re: Bug msg

Rainoth
Moderator Off Offline

Zitieren
1
2
3
4
5
addhook("say","_say")
function _say (id,txt)
	msg("\169255255255"..player(id,"name")..": "..txt)
	return 1
end

alt Re: Bug msg

pbeloto
User Off Offline

Zitieren
Error

IMG:https://nsae01.casimages.net/img/2013/09/13/130913073243982396.jpg


my code lua
1
msg("©255255255"..player(id,"name").." /"..class[id].."/ : "..txt)

alt Re: Bug msg

Rainoth
Moderator Off Offline

Zitieren
Really mature.

And really dumb. I posted a code that would fix your weird "A" and you just ignore it. Suit yourself, then

alt hmm

Junior3534
User Off Offline

Zitieren
1
msg("©255255255"..player(id,"name").." /"..class[id].."/ : "..txt)



maybe ©=/169
try this?

msg("/169255255255"..player(id,"name").." /"..class[id].."/ : "..txt)

alt Re: Bug msg

Apache uwu
User Off Offline

Zitieren
There's also string.char(169) - if you're iffy on interpolation.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht