Forum

> > CS2D > Scripts > adminsay error
Forums overviewCS2D overview Scripts overviewLog in to reply

English adminsay error

2 replies
To the start Previous 1 Next To the start

old adminsay error

Spook MQ Hacker
BANNED Off Offline

Quote
Guys Guys in 11 i always fix my lua and there is an error

if you wanna see the lua just click the spoiler

Spoiler >

old Re: adminsay error

Bowlinghead
User Off Offline

Quote
Quote
admins = {63171,21234}
adminslist = {63171,21234}

addhook("say","adminsay")
function adminsay(id,txt)
for _, usgn in ipairs(adminlist) do
if player(id,"usgn") == usgn then
     msg("@255255255"..player(id,"name").." (Leder): "..txt)
return 1
end
end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview