Jump to content

Save Code


AJXB

Recommended Posts

Posted (edited)

Here is the code:

Edited by Guest

~ This has to be the worst board post I have ever read. It simply makes no sense. You start off by talking about space or something, then you randomly start babbling about cupcakes, and you end off with random fish names.

~ Don't listen to this guy, any board with the categories 'dinosaurs, spaceships, fried foods, wild animals, alien abductions, business casual, robots, and fireworks' has true potential.

 

Posted
spawnPlayer(source,0,0,0+ 0.5,0,skin) 

Replace this line.

With what?

~ This has to be the worst board post I have ever read. It simply makes no sense. You start off by talking about space or something, then you randomly start babbling about cupcakes, and you end off with random fish names.

~ Don't listen to this guy, any board with the categories 'dinosaurs, spaceships, fried foods, wild animals, alien abductions, business casual, robots, and fireworks' has true potential.

 

Posted
spawnPlayer(source,0,0,0+ 0.5,0,skin) 

Replace this line.

With what?

Just copy this:

addEventHandler("onPlayerLogin",root,function(_,curAcc) 
    local team = getAccountData(curAcc,"team") 
    setPlayerTeam(source,getTeamFromName ( team )) 
  
    if tostring(team) == "Team1" then 
  
        skin = 100 
  
    elseif tostring(team) == "Team2" then 
  
        skin = 101 
  
    elseif tostring(team) == "Team3" then 
  
        skin = 102 
  
    elseif tostring(team) == "Team4" then 
  
        skin = 103 
  
    end 
  
    outputChatBox (team) 
  
    spawnPlayer(source,0,0,0+ 0.5,0, skin) 
  
end 
  
) 

Posted

Thanks, I missed that point :P

~ This has to be the worst board post I have ever read. It simply makes no sense. You start off by talking about space or something, then you randomly start babbling about cupcakes, and you end off with random fish names.

~ Don't listen to this guy, any board with the categories 'dinosaurs, spaceships, fried foods, wild animals, alien abductions, business casual, robots, and fireworks' has true potential.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...