Main.lua error

0 0 164
answers votes views
Hey Lee, I got this error in Main.lua LUA ERROR: sys/lua/amx2d/main.lua:29: attempt to index local 'f' (a nil value) ...
Dragon0912 1 2010-10-16 03:00:15.908676

function msg doesn't work anymore?

4 0 823
answers votes views
What the fuck? dofile("sys/lua/webnet.lua") w = webnet.new() e,msg,s = w:load('sys/lua/IpToCountry.csv') addhook("joi...
eTarPu 46 2010-10-15 08:48:31.251284

Problems with Save/Load Script on Linux dedicated server!

1 0 643
answers votes views
hey there. I got a problem with this script ONLY on the dedicated server. It's working absolutely fine on a local "New S...
Lee 41 2010-10-14 14:15:16.360077

if..then..else..end vs and..or

1 0 726
answers votes views
if a==0 then return b else return c end return a==0 and b or c other than the latter being shorter, are there any sig...
Lee 41 2010-10-14 13:54:24.441001

cache of old player positions

4 0 605
answers votes views
function custom(m) local array = {} for i=1,m do array[i]={0,0} end return array end cache={} f...
Lee 41 2010-10-09 22:34:38.837850

Script for maket/ct

0 0 736
answers votes views
I need help on the command @maket/ct/spec. I can't figure it out.. :-/ ...
Airpilot 1 2010-10-09 09:20:06.976575

Main.Lua ..

1 0 932
answers votes views
Hello Lee. umm ... there is something wrong with my main.lua in the vps and its cause me that the server is not showin...
Lee 41 2010-10-05 16:06:30.033285

SImple LUA script help

1 0 798
answers votes views
Please can any say me what is wrong on this simple LUA script...its something bad in the parse... addhook("break","mone...
Lee 41 2010-10-05 16:02:26.351485

where start learn lua?

2 0 1k
answers votes views
I want to start to study lua. but i don't know where start learn lua. ...
FlooD 1 2010-09-30 05:30:16.671927

make txt blue for ct's

1 0 618
answers votes views
i have problem with this script... it makes every1 that saysth say with blue text, i just want 1 person or all ct's have...
Yasday 1 2010-09-25 16:18:24.636248

Kamikaze for team 1

1 0 755
answers votes views
I need script that makes this kamikaze work only for team 1. function initArray(m) local array = {} for i = 1, m do a...
Lee 41 2010-08-31 00:49:23.709343

chat commands works only for some USGN ids

1 0 1k
answers votes views
how to make that chat commands like command to get gun (!m4a1, !usp, !deagle) works only for some USGN ids? (I will writ...
Mirash 1 2010-08-28 04:19:39.398347

how to modify files

2 0 964
answers votes views
how would i use rcon lua [codegoeshere] to modify a file such as cs2d/sys/server.cfg? i can't seem to understand all the...
eTarPu 46 2010-08-25 18:09:06.496908

How to know that the value is in table

1 0 793
answers votes views
I have table: {1,2,3,4,5,7,9} How to know that 5 is in this table? (for example) ...
eTarPu 46 2010-08-25 18:05:00.892926

Admin levels

2 0 1k
answers votes views
Instead of using rcon etc...(example of admin commands: !equip 1 10 in chat instead in console) can i save admin names(f...
simpson27 1 2010-08-25 03:13:13.116592

auto map change

2 0 1k
answers votes views
is there a script that auto changes map after wining/loosing or time runs out, instead of resetting the round on the sam...
simpson27 1 2010-08-24 20:40:40.126695

How to get more score with 1 kill and make zombie die?

1 0 1k
answers votes views
How to get more score with 1 kill and make zombie die? ...
MostAfa 1 2010-08-23 01:47:00.136577

how do i...

1 0 798
answers votes views
use this: [ADDED] Optional player param. for Lua images (only one player can see img) ...
Lee 41 2010-08-18 02:52:05.378162

How would you setpos?

5 0 974
answers votes views
This script line isn't working but I don't see any problems, I'm a beginner so I don't know anything about CS2D LUA scri...
Lee 41 2010-08-18 02:40:40.536536

strip players' weapons

1 0 1k
answers votes views
I am having trouble stripping the weapons from players when a new round starts. here's what i have: function StripWeap...
Lee 41 2010-08-16 15:51:58.684419
Still looking for more? See list of all questions or tags. Please help us answer unanswered questions.

Made with Django.