Hice esto, Cuando entra al "Área" Le da 100$, Como haría para que le Diera 1000$ cada segundo?
local hillArea = createColCuboid ( 1187.7066650391, -1409.201171875, 12.010873603821, 150, 122, 35 )
local hillRadar = createRadarArea ( 1187.7066650391, -1409.201171875, 150, 122, 117, 233, 229, 220 )
function hill_Enter ( thePlayer, matchingDimension )
givePlayerMoney ( thePlayer, 1000 )
if (getElementType(thePlayer) == "player") then
outputChatBox( getPlayerName(thePlayer) .. " Entro a zona de ganar Dinero!", getRootElement(), 255, 255, 109 )
setRadarAreaFlashing ( hillRadar, true )
end
end
addEventHandler ( "onColShapeHit", hillArea, hill_Enter )
Tambien Cuando entro y salgo del are, Me da 1000$