Garry's Mod Leaks

Full StarwarsRP Server Files

Submitted by defineyourfuture, , Thread ID: 113224

Thread Closed

RE: Full StarwarsRP Server Files

OP
23-03-2022, 11:25 PM
#11
darkrp you can get right on github its an open source mod Tongue

RE: Full StarwarsRP Server Files

Rengoway
Lurker
Level:
0
Reputation:
0
Posts:
3
Likes:
0
Credits:
1
09-04-2022, 03:45 PM
#12
wooooooooooooooooooooooooooooooooooooooooooooooooooooooow

RE: Full StarwarsRP Server Files

Maxon4ik
Newbie
Level:
1
Reputation:
0
Posts:
14
Likes:
3
Credits:
16
09-04-2022, 04:57 PM
#13
Very good leak, but i think it has backdoor

RE: Full StarwarsRP Server Files

leoplace71
Active Member
Level:
21
Reputation:
0
Posts:
219
Likes:
1
Credits:
0
26-05-2022, 12:05 AM
#14
starwars meme bruh meme bruh

RE: Full StarwarsRP Server Files

billybobbb
Lurker
Level:
0
Reputation:
0
Posts:
6
Likes:
0
Credits:
0
26-05-2022, 04:36 AM
#15
lol swrp top tier gamemode

RE: Full StarwarsRP Server Files

DaveF
Lurker
Level:
0
Reputation:
0
Posts:
7
Likes:
0
Credits:
2
26-05-2022, 09:42 AM
This post was last modified: 26-05-2022, 09:43 AM by DaveF
#16
Code:
/*----------------------------------------------------------
VIP.
---------------------------------------------------------*/
local VIP = {

  //Staff groups
  "admin",
  
  // VIP Groups
  "vip",
  "vip2",
  "vip3"
}


TEAM_RANDOMJOB = DarkRP.createJob("Random Job", {
  color = Color(248,0,213),
  model = {"Random_model"},
  description = [[]],
  weapons = {"test1","test2"},
  command = "jobcommandamazing",
  salary = 5,
  admin = 0,
  max = 1,
  vote = false,
  hasLicense = false,
  candemote = false,
  category = "Category",
  PlayerLoadout = function(ply)
   ply:SetMaxHealth(200)
    ply:SetHealth(200)
    ply:SetWalkSpeed(200)
    ply:SetRunSpeed(300)
    ply:SetArmor(100)
    ply:SetMaxArmor(200)
  end,
  modelScale = 0.6,
  customCheck = function(ply)
    return (table.HasValue(VIP, ply:GetUserGroup()))
  end,
  CustomCheckFailMsg = "This job is for VIP only!",
})

As it was not in the files how you make vip jobs (as I don't think everyone got a whitelisting addon). Also if your modelScale = 0.6, does not work. Try the below

Code:
/*----------------------------------------------------------
VIP.
---------------------------------------------------------*/
local VIP = {

  //Staff groups
  "admin",

  // VIP Groups
  "vip",
  "vip2",
  "vip3"
}


TEAM_RANDOMJOB = DarkRP.createJob("Random Job", {
  color = Color(248,0,213),
  model = {"Random_model"},
  description = [[]],
  weapons = {"test1","test2"},
  command = "jobcommandamazing",
  salary = 5,
  admin = 0,
  max = 1,
  vote = false,
  hasLicense = false,
  candemote = false,
  category = "Category",
  PlayerLoadout = function(ply)
   ply:SetMaxHealth(200)
    ply:SetHealth(200)
    ply:SetWalkSpeed(200)
    ply:SetRunSpeed(300)
    ply:SetArmor(100)
    ply:SetMaxArmor(200)
    timer.Simple(0.1, function() ply:SetModelScale(0.6, 1) end)
  end,
  customCheck = function(ply)
    return (table.HasValue(VIP, ply:GetUserGroup()))
  end,
  CustomCheckFailMsg = "This job is for VIP only!",
})

RE: Full StarwarsRP Server Files

bingchillin
Lurker
Level:
1
Reputation:
0
Posts:
8
Likes:
0
Credits:
2
12-06-2022, 07:32 AM
#17
Is this darkrp or another framework?

RE: Full StarwarsRP Server Files

GalipGs
Closed Account
Level:
1
Reputation:
0
Posts:
9
Likes:
0
Credits:
209
17-09-2022, 11:55 AM
This post was last modified: 17-09-2022, 11:57 AM by GalipGs
#18
I have a question, is it still working?

and what plugins can you use for that and i want to do swrp

Users browsing this thread: 1 Guest(s)