Bc# Posted May 22, 2016 Share Posted May 22, 2016 Quiza sea muy trivial pero logro encontrar el error, ya que el infernus no toma el color que le asigno. local mainColor = {r=100, g=255, b=0} infLobby = createVehicle ( 411, 1340.19, -1818.39, 13.3, 0, 0, 213) setVehicleColor(infLobby, mainColor.r, mainColor.g, mainColor.b) Link to comment
Tomas Posted May 22, 2016 Share Posted May 22, 2016 Es client side? https://bugs.mtasa.com/view.php?id=9033 Link to comment
Bc# Posted May 22, 2016 Author Share Posted May 22, 2016 Es client side? https://bugs.mtasa.com/view.php?id=9033 Si, es client side. Con razón me parecía muy raro que no funcionara el código. Gracias por la respuesta Link to comment
Recommended Posts