eldelahoz Posted March 24, 2013 Share Posted March 24, 2013 Hola no ce cual es el error aqui function CreateCoche (hitElement) local skin = getPlayerSkin ( hitElement ) if skin == 100 then Jugador = getLocalPlayer () x,y,z = getElementPosition ( Jugador ) Bici = createVehicle ( 510, x +2, y, z +2) setVehicleColor( Bici, 127, 0, 0 ) end end addCommandHandler ( "bici", CreateCoche ) Link to comment
Castillo Posted March 24, 2013 Share Posted March 24, 2013 Crea el vehiculo server side, si no, no podras entrar. Link to comment
eldelahoz Posted March 24, 2013 Author Share Posted March 24, 2013 No ce hacer eso estoy en el servidor default Link to comment
eldelahoz Posted March 24, 2013 Author Share Posted March 24, 2013 olvidalo ya lo arregle use cosasillas de local Link to comment
Recommended Posts