Jump to content

Problema


Arsilex

Recommended Posts

Posted

Porque es client side.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Si, y usar triggerServerEvent.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

si ya lo que pasa es que cuando pongo esto

function Ruedaa3()

player = localPlayer

local price_wheels = 0

money = getPlayerMoney (source)

if (money >= price_wheels) and getPedOccupiedVehicle(player) then

takePlayerMoney(price_wheels)

addVehicleUpgrade( getPedOccupiedVehicle(player), 1075 )

elseif not getPedOccupiedVehicle(player) then

outputChatBox("You should be in a vehicle.", 255, 0, 0)

end

end

EN server-side ya me da error

rsilex.png.0e6ad382b3fdc3cbe6390e3e847572c9.png
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...