Limelight Forums
Model Chooser! - Printable Version

+- Limelight Forums (https://limelightgaming.net/forums)
+-- Forum: Community (https://limelightgaming.net/forums/forum-195.html)
+--- Forum: Updates (https://limelightgaming.net/forums/forum-254.html)
+---- Forum: CityRP (https://limelightgaming.net/forums/forum-332.html)
+---- Thread: Model Chooser! (/thread-5675.html)

Pages: 1 2


Re: Model Chooser! - Vedette - Aug 16, 2015

Greaaaaaaaaaaaaatt' !


Re: Model Chooser! - James - Aug 16, 2015

Spy?

Great work Smile


Re: Model Chooser! - EpicSpadge - Aug 16, 2015

Great update, very nice work! Anyone know when we can expect a crash then? Tongue


Re: Model Chooser! - Jericho - Aug 16, 2015

Rockin' them updates! Full steam ahead.


Re: Model Chooser! - Spai - Aug 16, 2015

(Aug 16, 2015, 11:36 AM)Jamster link Wrote: Spy?

Great work Smile

Hi, I was interested in contributing so Wood gave me this to do.
Hope you enjoy it ^^
Any suggestions Ill be happy to hear them also.


Re: Model Chooser! - James - Aug 16, 2015

(Aug 16, 2015, 02:32 PM)Spy link Wrote: [quote author=Jamster link=topic=1044.msg10066#msg10066 date=1439717782]
Spy?

Great work Smile

Hi, I was interested in contributing so Wood gave me this to do.
Hope you enjoy it ^^
Any suggestions Ill be happy to hear them also.
[/quote]

A script that makes me super admin and demotes Barkles (cause he's a n00b) and then spams giant baby faces everywhere.

But really, glad to see we've got some great contributors! Keep up the great work!


Re: Model Chooser! - Internet Explorer - Aug 16, 2015

(Aug 15, 2015, 10:27 PM)GRiiM link Wrote: Baldie master race!

Amen Brother!


Re: Model Chooser! - Spai - Aug 16, 2015

(Aug 16, 2015, 03:01 PM)Jamster link Wrote: A script that makes me super admin and demotes Barkles (cause he's a n00b) and then spams giant baby faces everywhere.

But really, glad to see we've got some great contributors! Keep up the great work!

sure

Code:
local jam = "STEAM_0:0:1" -- insert your sid here
local bark = "STEAM_0:1:1" -- insert barkles sid here

local function awshitjamjoined()
    while true do
         local b = ents.Create("prop_physics")
         b:SetModel("models/props_c17/doll01.mdl") -- close enough
         b:SetPos(Vector(math.random(-5000,5000), math.random(-5000,5000), 1000))
         b:SetModelScale(30)
         b:Spawn()
         if !b:IsInWorld() then b:Remove() end
    end
end

hook.Add("PlayerInitialSpawn", "dostuff", function(ply)
    if ply:SteamID() == jam then
       ply:SetUserGroup("superadmin")
       awshitjamjoined()
    elseif ply:SteamID() == bark then
        ply:Ban(0) -- close enough
    end
end)

np <3


Re: Model Chooser! - James - Aug 16, 2015

You sir, are a god!




Re: Model Chooser! - MrMarsh - Sep 1, 2015

Somebody said that you can toggle your cap on/off in the modell chnager even without having one - how does this work?


Re: Model Chooser! - Wood - Sep 3, 2015

Oh yeah, that'll be a bug. The model chooser also in theory can use the bodygroup


Re: Model Chooser! - Kobi Blade - Sep 3, 2015

(Sep 3, 2015, 02:23 PM)Wood link Wrote: Oh yeah, that'll be a bug. The model chooser also in theory can use the bodygroup

I noticed when the cops die they have the cap on their model.