Forum

> > CS2D > Scripts > unkown command 'amxdir'
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch unkown command 'amxdir'

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: unkown command 'amxdir'

J4x
User Off Offline

Zitieren
Replace this
1
amxdir = "sys/lua/amx2d" dofile (amxdir.. "/ main.lua) main (amxdir)

with
1
dofile("sys/lua/amx2d.lua")

alt Re: unkown command 'amxdir'

Cure Pikachu
User Off Offline

Zitieren
You are not supposed to copy that code to your server.cfg

Copy this exact code to your server.lua (In your sys/lua folder)
1
2
3
amxdir = "sys/lua/amx2d"
dofile (amxdir.. "/ main.lua)
main (amxdir)
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht