Forum

> > CS2D > Scripts > Err... @say ??
Forums overviewCS2D overview Scripts overviewLog in to reply

English Err... @say ??

2 replies
To the start Previous 1 Next To the start

old Err... @say ??

Cons
User Off Offline

Quote
1
2
3
4
5
6
7
function geral(id, txt)
if txt:lower():sub(1, 4) == "@say" then
                    local gerals=txt:sub(5)
	msg("©255255153"..player(id,"name").." (PLAYER): "..txt)
return 1
end
end

hum, maybe its easy, but we are here to learn alright?

in game when i type: @say mg ... It comes like that: Dresa said:@say msg

understood?

can you help ya?

old Re: Err... @say ??

EP
User Off Offline

Quote
1
msg("©255255153"..player(id,"name").." (PLAYER): "..txt)
change to
1
msg("©255255153"..player(id,"name").." (PLAYER): "..gerals)
and it will work properly

old Re: Err... @say ??

Cons
User Off Offline

Quote
user EP has written
1
msg("©255255153"..player(id,"name").." (PLAYER): "..txt)
change to
1
msg("©255255153"..player(id,"name").." (PLAYER): "..gerals)
and it will work properly


Really Thanks
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview