1. this lua is by Flacko
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
if flacko==nil then flacko={} end flacko.cash={} addhook("startround","flacko.cash.spawncash") function flacko.cash.spawncash(p) for i=1, 32 do if(player(i,"exists")) then parse("setmoney "..i.." 16000") end end end
2. this is by DC
1
2
3
4
5
6
7
2
3
4
5
6
7
if flacko==nil then flacko={} end flacko.cash={} addhook("spawn","flacko.cash.spawn") function flacko.cash.spawn(p) parse("setmoney "..p.." 16000") end
Who can explain.
1
2
2
if flacko == nil then flacko = {} end flacko.cash = {}
btw...
what is the meaning of this word? (flacko)
edited 1×, last 15.11.10 07:09:50 am