Forum

> > CS2D > Scripts > need server.lua
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch need server.lua

25 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

geschlossen verschoben need server.lua

Ahmad
User Off Offline

Zitieren
hi all

i destroyed

my server.lua and i need someone to copy

server.lua and post it or fix main

sry bad english

••
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
-------------------------------------------------------------------
-- This file is where your Lua server scripts go!                --
--                                                               --
-- There are some sample scripts availabe! Just remove the       --
-- comments ("--") in front of the dofile-lines to activate them!--
-- All samples are stored in subtables of the Lua table "sample" --
-- Do not use the "sample" table when writing own scripts!       --
--                                                               --
-- You can find&upload additional scripts at UnrealSoftware.de:  --
-- EN: http://www.unrealsoftware.de/files_cat.php?cat=15&lan=2   --
--                                                               --
-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --
-- !!!Read sys/lua/info.txt for a CS2D Lua command reference!!!! --
-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --
--                                                               --
-- Enjoy! :D                                                     --
-------------------------------------------------------------------

--dofile("sys/lua/samples/advertise.lua")			-- sample.ads [Just a welcome message + Advertising every minute] hooks: join, minute
--dofile("sys/lua/samples/badwords.lua")			-- sample.badwords [A very simple badwords filter. Kicks players who use bad words] hooks: say
dofile--("sys/lua/samples/sayfunctions.lua")		-- sample.sayfuncs [Additional say functions like date, time, idlers etc.] hooks: say
--dofile("sys/lua/samples/utsfx.lua")				-- sample.ut [Adds UT Sounds like Humiliation, Doublekill, Multikill, etc.] hooks: startround, kill
--dofile("sys/lua/samples/console.lua")				-- sample.console [Adds console commands "myserverinfo" and "healthlist"] hooks: parser
--dofile("sys/lua/samples/regonly.lua")				-- sample.regonly [Only registered players are allowed to join a team] hooks: team
--dofile("sys/lua/samples/classes.lua")				-- sample.classes [Different player classes with different weapons] hooks: team,menu,spawn,buy,walkover,drop,die,serveraction
--dofile("sys/lua/samples/fastplayers.lua")			-- sample.fast [Make all players faster] hooks: spawn
--dofile("sys/lua/samples/gungame.lua")				-- sample.gg [Simple Gun Game Mod] hooks: startround,join,spawn,kill,buy,walkover,drop,die
dofile--("sys/lua/samples/glowingplayers.lua")		 sample.glowing [Make all players glow using the Lua image commands] hooks: startround
dofile--("sys/lua/samples/undestroyable.lua")		 sample.undestroyable [Makes all dynamic objects undestroyable] hooks: objectdamage
--dofile("sys/lua/samples/spawnequip.lua")			-- sample.spawnequip [Equip players with items on spawn] hooks: spawn
--dofile("sys/lua/samples/cursors.lua")				-- sample.cursors [Show flares at cursor positions of players] hooks: clientdata, startround
--dofile("sys/lua/samples/tween.lua")				-- sample.tween [Adds an image which follows player 1] hooks: second, startround
--dofile("sys/lua/samples/hudtxt.lua")				-- sample.hudtxt [Adds a custom text to the HUD] hooks: second
dofile("sys/lua/TLex/TLex.lua")
6× editiert, zuletzt 27.06.11 23:34:30

alt Re: need server.lua

The Spy
User Off Offline

Zitieren
Don't use translators, and i can't help you because i dont understand that description.

alt Re: need server.lua

Ahmad
User Off Offline

Zitieren
user The Spy hat geschrieben
Don't use translators, and i can't help you because i dont understand that description.


just copy ur server.lua and post it here

or uploud it so i can use it

my server.lua isnt work

what part in this u dont understand

alt Re: need server.lua

The Spy
User Off Offline

Zitieren
user Ahmad hat geschrieben
user The Spy hat geschrieben
Don't use translators, and i can't help you because i dont understand that description.


just copy ur server.lua and post it here

or uploud it so i can use it

my server.lua isnt work

what part in this u dont understand


If this isn't working, why you want us to use it?
This is no sense.

alt Re: need server.lua

Ahmad
User Off Offline

Zitieren
user The Spy hat geschrieben
user Ahmad hat geschrieben
user The Spy hat geschrieben
Don't use translators, and i can't help you because i dont understand that description.


just copy ur server.lua and post it here

or uploud it so i can use it

my server.lua isnt work

what part in this u dont understand


If this isn't working, why you want us to use it?
This is no sense.


omg read again

in {sys/lua/server.lua} do u know that ??

when u want to install new scripts u go to server.lua

and write dofile{"sys/lua/name.lua"} do u know it

SERVER.LUA

alt Re: need server.lua

The Spy
User Off Offline

Zitieren
Yes i know server.lua,but I said "if this isn't working why you want us to see?" BECAUSE you said "My server.lua isnt work"
If it isn't working with you, do you think it will work with us?

Edit: So you used every script that was in "Samples" folder? That's why it isnt working. Next time make something by yourself.

alt Re: need server.lua

Ahmad
User Off Offline

Zitieren
user The Spy hat geschrieben
Yes i know server.lua,but I said "if this isn't working why you want us to see?" BECAUSE you said "My server.lua isnt work"
If it isn't working with you, do you think it will work with us?

Edit: So you used every script that was in "Samples" folder? That's why it isnt working. Next time make something by yourself.


cuz i want u to see whats wrong with it

but u know what? just upload ur server.lua plz

i ll be thankfull i dont want to reinstall the game
1× editiert, zuletzt 27.06.11 23:37:12

alt Re: need server.lua

Seekay
Reviewer Off Offline

Zitieren
Just download again CS2D and replace the server.lua, its not that hard...

alt Re: need server.lua

The Spy
User Off Offline

Zitieren
user Seekay hat geschrieben
Just download again CS2D and replace the server.lua, its not that hard...


He doesn't understand that he just copy/paste every script that was in "samples" folder, that's why it isn't working.

alt Re: need server.lua

Ahmad
User Off Offline

Zitieren
user Seekay hat geschrieben
Just download again CS2D and replace the server.lua, its not that hard...


i dont want to download again or renstall

plz upload

alt Re: need server.lua

Seekay
Reviewer Off Offline

Zitieren
user The Spy hat geschrieben
user Seekay hat geschrieben
Just download again CS2D and replace the server.lua, its not that hard...


He doesn't understand that he just copy/paste every script that was in "samples" folder, that's why it isn't working.


Well kids these days, ask for help and dont understand it.

You dont have to replace the complete game, just search the freaking server.lua and replace it with yours.. Jesus

alt Re: need server.lua

Ahmad
User Off Offline

Zitieren
user Seekay hat geschrieben
user The Spy hat geschrieben
user Seekay hat geschrieben
Just download again CS2D and replace the server.lua, its not that hard...


He doesn't understand that he just copy/paste every script that was in "samples" folder, that's why it isn't working.


Well kids these days, ask for help and dont understand it.


u both kids u dont understand me out of here noobs


i destroy it by mistake

alt Re: need server.lua

Seekay
Reviewer Off Offline

Zitieren
user Ahmad hat geschrieben
u both kids u dont understand me out of here noobs


Ok, here it again in your language: LOLWTF NOOB JUST DOWNLOAD THE STUPIZ GAME OMG OMG OMG

ok i will upload it for you

alt Re: need server.lua

Ahmad
User Off Offline

Zitieren
user The Spy hat geschrieben
We "kids" can do that in 1 minute, unless you that needs help for everything.


u think i made that ur the dumbest human i hve ever seen

that post is my server.lua

but i delete somthin that made it trash

i coudnt correct it


its SERVER.LUA plz understand

alt Re: need server.lua

Seekay
Reviewer Off Offline

Zitieren
user Ahmad hat geschrieben
user The Spy hat geschrieben
We "kids" can do that in 1 minute, unless you that needs help for everything.


u think i made that ur the dumbest human i hve ever seen

that post is my server.lua

but i delete somthin that made it trash

i coudnt correct it


its SERVER.LUA plz understand


i upload it you can download

alt Re: need server.lua

Seekay
Reviewer Off Offline

Zitieren
lol i just upload server.lua you didnt say that it must be the original.
1× editiert, zuletzt 27.06.11 23:52:01
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht