Forum

> > CS2D > Scripts > Bug msg
Forums overviewCS2D overview Scripts overviewLog in to reply

English Bug msg

8 replies
To the start Previous 1 Next To the start

old Bug msg

pbeloto
User Off Offline

Quote
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???

old Re: Bug msg

Dimas541
User Off Offline

Quote
user pbeloto has written
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

old Re: Bug msg

Rainoth
Moderator Off Offline

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

old Re: Bug msg

pbeloto
User Off Offline

Quote
Error

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


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

old Re: Bug msg

Rainoth
Moderator Off Offline

Quote
Really mature.

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

old hmm

Junior3534
User Off Offline

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



maybe ©=/169
try this?

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

old Re: Bug msg

Apache uwu
User Off Offline

Quote
There's also string.char(169) - if you're iffy on interpolation.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview