kietla Posted February 16, 2011 Posted February 16, 2011 I'm looking for a script to automatically rollover to the group's polish: szukam skryptu do automatycznego przerzucania do danej grupy użytkownika
Castillo Posted February 16, 2011 Posted February 16, 2011 I'm looking for someone able to give me infinite money, but nobody will, we don't support request, learn how to script by yourself. https://wiki.multitheftauto.com/wiki/Scr ... troduction
kietla Posted February 16, 2011 Author Posted February 16, 2011 spawnTeam = createTeam ("Teamname", 255, 0, 0) -- Create team to spawn. function spawnOnLogin (prevA, curA, autoLogin) outputChatBox ("Welcome to ...", source, 255, 0, 0, false) spawnPlayer (source, 0, 0, 5, 0, math.random (0,288), 0, 0, spawnTeam) -- spawns player with random skin fadeCamera (source, true) setCameraTarget (source, source) end addEventHandler("onPlayerLogin", getRootElement(), spawnOnLogin) how to set the skin here?
Castillo Posted February 16, 2011 Posted February 16, 2011 spawnTeam = createTeam ("Teamname", 255, 0, 0) -- Create team to spawn. function spawnOnLogin (prevA, curA, autoLogin) outputChatBox ("Welcome to ...", source, 255, 0, 0, false) spawnPlayer (source, 0, 0, 5, 0, math.random (0,288), 0, 0, spawnTeam) -- spawns player with random skin fadeCamera (source, true) setCameraTarget (source, source) end addEventHandler("onPlayerLogin", getRootElement(), spawnOnLogin) math.random (0,288), that's the skin.
TheGhost Posted February 17, 2011 Posted February 17, 2011 kietla, what are you asking for in this thread?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now