Forum

> > CS2D > Scripts > bot can saying ?
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch bot can saying ?

7 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt bot can saying ?

PlayerQ
User Off Offline

Zitieren
hello all how can we do
can give the bot saying?
who know the lua
plese teach/help me
sorry my bad engilsh
thank

alt Re: bot can saying ?

Alistaire
User Off Offline

Zitieren
You can't, but you can fake it.

1
2
3
4
5
for _, id in pairs(player(0, 'table')) do
	if player(id, 'bot') then
		parse('msg "©'.((player(id, 'team') == 1) and "255000000" or (player(id, 'team') == 2) and "000000255" or "255255255").player(id, 'name').'©255255255: Stuff"')
	end
end

For example.

alt Re: bot can saying ?

Rainoth
Moderator Off Offline

Zitieren
Search file archive. I remember seeing a script where bots can talk with you. They learn automatically or something like that.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht