Welcome Guest [Log In] [Register]

()

Obviously we are under construction.

Add Reply
Recommended LUA for map.
Topic Started: November 11, 2010, 1:07 am (78 Views)
Jared
Member Avatar
Fonduta
CT / Admin Wall Hack
-This LUA code lets CTs who have their usgn on a list be able to hack walls. (Pass through them)

Server Rules
-This LUA code helps paste the rules onto the left corner of the screen (usage !rules)

Guest IP Banning
-This script bans people who you want (usage !ban [id]), no usgn people will be ip banned.

Jail Skin Script
-Makes characters in a jail skin if they are put in jail.

Exploding Snowballs
-Good for a mini-game. Throwing snowballs makes them explode.
Dead Frontier - YouTube - FaceBook
Posted Image
[RPGData:350|1|30|30|2|2|5|3|None|None|Barbarian|0|None|None|0|0|0|0|None|0|None|None]
Offline Profile Quote Post Goto Top
 
Jared
Member Avatar
Fonduta
Code:
 
addhook("drop","dropit") function dropit(id,iid,type)
if type==50 then
-- This wont allowed the player to drop the knife
else
if game("sv_gamemode") == 3 then
if type==74 then
-- This wont allowed the player to drop the wrench in con game mode
else
parse("strip "..id.." "..type)
parse("spawnitem "..type.." "..player(id,"tilex").." "..player(id,"tiley"))
return 1
end
else
parse("strip "..id.." "..type)
parse("spawnitem "..type.." "..player(id,"tilex").." "..player(id,"tiley"))
return 1
end
end
end


LUA code for bank drop area.
Dead Frontier - YouTube - FaceBook
Posted Image
[RPGData:350|1|30|30|2|2|5|3|None|None|Barbarian|0|None|None|0|0|0|0|None|0|None|None]
Offline Profile Quote Post Goto Top
 
Jared
Member Avatar
Fonduta
Posted Image
Dead Frontier - YouTube - FaceBook
Posted Image
[RPGData:350|1|30|30|2|2|5|3|None|None|Barbarian|0|None|None|0|0|0|0|None|0|None|None]
Offline Profile Quote Post Goto Top
 
« Previous Topic · General Discussion · Next Topic »
Add Reply


Theme Silt created by tiptopolive of IDS