Forum

> > Trash > need edit lua mod
ForenübersichtTrash-ÜbersichtEinloggen, um zu antworten

Englisch need edit lua mod

1 Antwort
Zum Anfang Vorherige 1 Nächste Zum Anfang

geschlossen verschoben need edit lua mod

super123s
User Off Offline

Zitieren
hi!
i have a file admin.lua>>here is the code:
Spoiler >

but i don't like this!why? look this code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
elseif cmd =="!arrest" then
local pl = tonumber(p[2])
local cell = tonumber(p[3])
if pl ~= nil then
if player(pl,"exists") then
if cell == 1 then
parse("setpos "..pl.." "..Config.AP[1][1].." "..Config.AP[1][2])
elseif cell == 2 then
parse("setpos "..pl.." "..Config.AP[2][1].." "..Config.AP[2][2])
elseif cell == 3 then
parse("setpos "..pl.." "..Config.AP[3][1].." "..Config.AP[3][2])
end
rp_arrest[pl]=true
end
end
elseif cmd =="!free" then
local pl = tonumber(p[2])
if pl ~= nil then
if player(pl,"exists") then
rp_arrest[pl]=false
parse("setpos "..pl.." "..Config.FP[1].." "..Config.FP[2])
end
end
i no want Member[admin == lv1] can arrest because....
i don't like it
please help me edit functions FREE / ARREST only for
Admin level>=2[admin level 2 , 3] please help me
request2:

i need some lua mod can print my wed >>in potision>>look the picture
request 3:i need lua commands like this
!s <id> <speed> ---speed mod
!k <id> <reason> ---- kick
!b <id> <reason>---- ban
!g <id> < weapon id> - give weapon for player
and more cmds:board cast message server without name
player
etc.. more please give me
2× editiert, zuletzt 30.07.11 04:37:12
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenTrash-ÜbersichtForenübersicht