New Website: www.rebel-tech.net
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» wheeee!
Dont ask why i pu this EmptyFri Aug 06, 2010 6:45 pm by Romik12

» John
Dont ask why i pu this EmptyFri Aug 06, 2010 5:51 pm by Romik12

» [color=red][size=24]WHEEEEEEEEEEEEEEEEEEEE WAKE UP OLD FORUM !!!!!!!! WHEEEEEEEEEEE !!! A1T IS KING !!!! LOL [/size][/color]
Dont ask why i pu this EmptyFri Aug 06, 2010 5:50 pm by Romik12

» Razer abusing READ
Dont ask why i pu this EmptyFri Aug 06, 2010 5:49 pm by Romik12

» Mr.Jonson Random DM
Dont ask why i pu this EmptyFri Aug 06, 2010 5:49 pm by Romik12

» Maps, maps, oh god maps.
Dont ask why i pu this EmptyFri Aug 06, 2010 5:49 pm by Romik12

» VOTE FOR THE LAST ADMIN SPOT
Dont ask why i pu this EmptyFri Aug 06, 2010 5:47 pm by Romik12

» Maybe a new server?
Dont ask why i pu this EmptyFri Aug 06, 2010 5:44 pm by Romik12

» Dodgy lag jumps and console errors
Dont ask why i pu this EmptyFri Aug 06, 2010 5:43 pm by Romik12

Poll

what is the best map for defaut

Dont ask why i pu this Vote_lcap17%Dont ask why i pu this Vote_rcap 17% [ 8 ]
Dont ask why i pu this Vote_lcap13%Dont ask why i pu this Vote_rcap 13% [ 6 ]
Dont ask why i pu this Vote_lcap42%Dont ask why i pu this Vote_rcap 42% [ 20 ]
Dont ask why i pu this Vote_lcap15%Dont ask why i pu this Vote_rcap 15% [ 7 ]
Dont ask why i pu this Vote_lcap15%Dont ask why i pu this Vote_rcap 15% [ 7 ]

Total Votes : 48

!! Traffic Counter !!
hit counter
123

New Website: www.rebel-tech.net


Dont ask why i pu this

4 posters

Go down

Dont ask why i pu this Empty Dont ask why i pu this

Post  thoron174 Mon Jan 19, 2009 1:24 pm


local PropertySheet = vgui.Create( "DPropertySheet" )
PropertySheet:SetParent( panel )
PropertySheet:SetPos( 5, 30 )
PropertySheet:SetSize( w-10, h-35 )

//begin JOBS
local JOB = vgui.Create( "DPanel", PropertySheet )
JOB:SetSize( w-20, h-45 )
JOB.Paint = function()
surface.SetDrawColor( 171, 171, 171, 255 )
surface.DrawRect( 0, 0, ESP:GetWide(), ESP:GetTall() )
end

//begin WEAPONS
local WEAPON = vgui.Create( "DPanel", PropertySheet )
WEAPON:SetSize( w-20, h-45 )
WEAPON.Paint = function()
surface.SetDrawColor( 171, 171, 171, 255 )
surface.DrawRect( 0, 0, TEXT:GetWide(), TEXT:GetTall() )
end

//begin LABS
local LAB = vgui.Create( "DPanel", PropertySheet )
LAB:SetSize( w-20, h-45 )
LAB.Paint = function()
surface.SetDrawColor( 171, 171, 171, 255 )
surface.DrawRect( 0, 0, AIMSHOOT:GetWide(), AIMSHOOT:GetTall() )
end

//begin OTHERS
local OTHER = vgui.Create( "DPanel", PropertySheet )
OTHER:SetSize( w-20, h-45 )
OTHER.Paint = function()
surface.SetDrawColor( 171, 171, 171, 255 )
surface.DrawRect( 0, 0, AIMSHOOT:GetWide(), AIMSHOOT:GetTall() )
end

//begin INSTRUCTION
local INSTRUCTION = vgui.Create( "DPanel", PropertySheet )
INSTRUCTION:SetSize( w-20, h-45 )
INSTRUCTION.Paint = function()
surface.SetDrawColor( 171, 171, 171, 255 )
surface.DrawRect( 0, 0, INSTRUCTION:GetWide(), INSTRUCTION:GetTall() )
end
INSTRUCTION.Label1 = vgui.Create("Label", INSTRUCTION)
INSTRUCTION.Label1:SetPos(10,10)
INSTRUCTION.Label1:SetText([[


]])
INSTRUCTION.Label1:SizeToContents()

PropertySheet:AddSheet( "Jobs", JOB, "gui/silkicons/group", false, false, "Need A New Job ?" )
PropertySheet:AddSheet( "Weapons", WEAPON, "gui/silkicons/star", false, false, "Who Does Not Need A Nuke To Defend Them Selfs ?" )
PropertySheet:AddSheet( "Labs", LAB, "gui/silkicons/world", false, false, "Need A Lab To Make Your Own Weed ?" )
PropertySheet:AddSheet( "How To Role Play ?", INSTRUCTION, "gui/silkicons/error", false, false, "If You Dont Know How To Role Play Read Here !!" )
end


local function hidePanel()
if pan:IsVisible() then
pan:Close()
end
end
concommand.Add("+rpmenu", showPanel)
concommand.Add("-rpmenu", hidePanel)
thoron174
thoron174
Forum Admin
Forum Admin

Posts : 320
Join date : 2008-09-08
Age : 31
Location : UK

https://rebel-tech.darkbb.com

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  Darkred Mon Jan 19, 2009 8:28 pm

it is a lua intilazation for darkrp also nice sig
Darkred
Darkred
Active Poster
Active Poster

Posts : 43
Join date : 2008-12-24
Age : 30
Location : I FIXED IT FOR YOU :D Love AlphA-9

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  AlphA-9 Mon Jan 19, 2009 9:40 pm

AlphA-9
AlphA-9
Forum Admin
Forum Admin

Posts : 257
Join date : 2008-12-23
Age : 34
Location : England, Leicester

http://www.tef-forums.co.nr

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  thoron174 Mon Jan 19, 2009 10:08 pm

no this is the base the lua panle i made is 700 line of code and i broke it and i cant fix it and i have no copie of it Sad
thoron174
thoron174
Forum Admin
Forum Admin

Posts : 320
Join date : 2008-09-08
Age : 31
Location : UK

https://rebel-tech.darkbb.com

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  FireFx-UK- Tue Jan 20, 2009 12:20 pm

Lol, how did you manage that? D=
avatar
FireFx-UK-
Great Poster
Great Poster

Posts : 73
Join date : 2009-01-06
Age : 30
Location : Bristol - England

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  thoron174 Tue Jan 20, 2009 1:47 pm

i dont know it just did not work when i tested it again so i have to make a new one

i will update the server soon maybe tomorow with the new hud and the litel modifs to the littel panels =) so they dont hide the hud and i have to make the money biger because when you go over 10000000$ your money over laps the job and i have to move your spam level =) to the right of the screen and make it the same color as the bar
new hud has
salery
money
job
date
health
hunger
spam level =)
thoron174
thoron174
Forum Admin
Forum Admin

Posts : 320
Join date : 2008-09-08
Age : 31
Location : UK

https://rebel-tech.darkbb.com

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  FireFx-UK- Tue Jan 20, 2009 3:07 pm

Spam level ;o What about a minge level?
avatar
FireFx-UK-
Great Poster
Great Poster

Posts : 73
Join date : 2009-01-06
Age : 30
Location : Bristol - England

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  AlphA-9 Tue Jan 20, 2009 7:25 pm

Some errors btw
Grenades dont work (not that they matter)

Elite knife doesnt throw (i think throwing things is broke?)

I know this should be in server bugs but like hell can i be bothered to make a whole thread about these 2
They could be fixed actually, i need to go play lul

Crow pill doesnt fly properly?
And someone had a warn level of 720/10 and it didnt kick them?
But dont worry, i ragdoll'd them and hung them alien
AlphA-9
AlphA-9
Forum Admin
Forum Admin

Posts : 257
Join date : 2008-12-23
Age : 34
Location : England, Leicester

http://www.tef-forums.co.nr

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  thoron174 Tue Jan 20, 2009 8:27 pm

lol 700 and it does not fly when you have less then 90 hpi removed the throwing knife because ppl use it a lot to kill
thoron174
thoron174
Forum Admin
Forum Admin

Posts : 320
Join date : 2008-09-08
Age : 31
Location : UK

https://rebel-tech.darkbb.com

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  AlphA-9 Tue Jan 20, 2009 9:39 pm

I thought that was the point XD
I guess it didn't actually show who threw it, but everyone knows it was the Don :3
AlphA-9
AlphA-9
Forum Admin
Forum Admin

Posts : 257
Join date : 2008-12-23
Age : 34
Location : England, Leicester

http://www.tef-forums.co.nr

Back to top Go down

Dont ask why i pu this Empty Re: Dont ask why i pu this

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum