n0ty
|
  |
| Joined: 28 Sep 2014 |
| Total Posts: 133 |
|
| |
|
n0ty
|
  |
| Joined: 28 Sep 2014 |
| Total Posts: 133 |
|
| |
|
|
| 31 Oct 2015 02:22 PM |
Um, I couldn't understand your problem. Can you state it more clearly.
"This is life, truthfully I just want to fly some kites, Grab Salem and Slater and go around, riding bikes" - Tyler |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2015 02:36 PM |
gpid = 206051908 --Game Pass ID gpid1 = 20605771 --Game Pass ID gpid2 = 204584021 --Game Pass ID
------------------------------------------------()
GPS = game:GetService("GamePassService") game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(char) print("Respawned") print("It's a Player!") if GPS:PlayerHasPass(player, gpid) then print("Has GPID") game.Lighting.Pistol:Clone().Parent = player.Backpack end if GPS:PlayerHasPass(player, gpid and gpid1) then print("Has GPID") game.Lighting.Rifle:Clone().Parent = player.Backpack end if GPS:PlayerHasPass(player, gpid and gpid2) then print("Has GPID") game.Lighting.Sniper:Clone().Parent = player.Backpack end end) end)
|
|
|
| Report Abuse |
|
|
|
| 31 Oct 2015 02:38 PM |
gpid = 206051908 --Game Pass ID gpid1 = 20605771 --Game Pass ID gpid2 = 204584021 --Game Pass ID
------------------------------------------------()
GPS = game:GetService("GamePassService") game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(char) print("Respawned") print("It's a Player!") if GPS:PlayerHasPass(player, gpid) then print("Has GPID") game.Lighting.Pistol:Clone().Parent = player.Backpack end if GPS:PlayerHasPass(player, gpid) and GPS:PlayerHasPass(player,gpid1 ) then print("Has GPID") game.Lighting.Rifle:Clone().Parent = player.Backpack end if GPS:PlayerHasPass(player, gpid) and GPS:PlayerHasPass(player,gpid2 ) then print("Has GPID") game.Lighting.Sniper:Clone().Parent = player.Backpack end end) end)
|
|
|
| Report Abuse |
|
|
n0ty
|
  |
| Joined: 28 Sep 2014 |
| Total Posts: 133 |
|
| |
|
|
| 31 Oct 2015 02:44 PM |
gpid = 206051908 --Game Pass ID gpid1 = 20605771 --Game Pass ID gpid2 = 204584021 --Game Pass ID
------------------------------------------------()
GPS = game:GetService("GamePassService") game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(char) print("Respawned") print("It's a Player!") if GPS:PlayerHasPass(player, gpid) then print("Has GPID") game.Lighting.Pistol:Clone().Parent = player.Backpack end if GPS:PlayerHasPass(player, gpid1) then print("Has GPID") game.Lighting.Rifle:Clone().Parent = player.Backpack end if GPS:PlayerHasPass(player, gpid2) then print("Has GPID") game.Lighting.Sniper:Clone().Parent = player.Backpack end end) end)
|
|
|
| Report Abuse |
|
|
n0ty
|
  |
| Joined: 28 Sep 2014 |
| Total Posts: 133 |
|
| |
|
n0ty
|
  |
| Joined: 28 Sep 2014 |
| Total Posts: 133 |
|
| |
|
n0ty
|
  |
| Joined: 28 Sep 2014 |
| Total Posts: 133 |
|
| |
|