Forum

> > CS2D > Scripts > Error in script
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Error in script

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Error in script

superpegamento
User Off Offline

Zitieren
Hi us

Say:

1
2
3
4
5
6
for _, usgn in ipairs(viplist) do
if player(id,'usgn') == usgn then
msg("©000255000V.I.P ©255255255 "..player(id,"name").." : ©255255000"..message)
return 1
end
end

the function of the say is canceled by the following script, somehow they are compatible?

1
2
3
4
5
6
7
8
if message:sub (1,1) == "!" then
comandolista = {"!cmds","!s","!rs"}
comando = message:sub(1):split(' ')
if not checkComando(comando[1]) then
msg2(id,"©000255000Data: ©255000000¡Comando inexistente o mal escrito!")
return 1
end
end

alt Re: Error in script

Infinite Rain
Reviewer Off Offline

Zitieren
To anyone who will try to fix his script:

Tabbed version of the first code >


Tabbed version of the second code >
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht