battle309 Posted September 23, 2012 Posted September 23, 2012 hey, my script is conflicting with a script in race game mode does anyone know which script it is thats conflicting function onSpawn() local randomveh = ({411, 602, 496, 491})[math.random(4)] local veh = createVehicle (randomveh, 0, 0, 3) warpPedIntoVehicle (source) end addEventHandler ( "onPlayerSpawn", getRootElement(), onSpawn )
Castillo Posted September 23, 2012 Posted September 23, 2012 Maybe because race game mode already has it's own create vehicle inside?
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