WallMart Posted April 4, 2011 Share Posted April 4, 2011 can anyone help me with this? i just cant find the lines of code Link to comment
Deagle Posted April 27, 2011 Share Posted April 27, 2011 Can you say more ? Umm , the spawnpoint from where ? From a race map or what ? Link to comment
Dreemax2 Posted May 21, 2011 Share Posted May 21, 2011 function player_Spawn ( posX, posY, posZ, spawnRotation, theTeam, theSkin, theInterior, theDimension ) -- play a frontend sound for him playSoundFrontEnd ( source, 16 ) end -- add the player_Spawn function as a handler for onPlayerSpawn addEventHandler ( "onPlayerSpawn", getRootElement(), player_Spawn ) Link to comment
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