GHOSTKILLER1546 Posted February 7, 2016 Posted February 7, 2016 MARCA EN DESBUGSCRIPT: line2 bad argment @ 'setTime' excepted number at argument 1, got nil function syncRealTime(h, m) setTime(h, m) setMinuteDuration(60000) end addEvent("doSyncRealTime", true) addEventHandler("doSyncRealTime", getRootElement(), syncRealTime) addCommandHandler("hora",syncRealTime) function resourceStart() local players = getElementsByType("player") for i,player in ipairs(players) do syncRealTime(player) end end addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), resourceStart) function playerJoin() syncRealTime(source) end setTimer ( syncRealTime, 10000, 0 ) addEventHandler("onPlayerJoin", getRootElement(), playerJoin)
ViRuZGamiing Posted February 7, 2016 Posted February 7, 2016 syncRealTime requires 2 arguments h & m (hours & minutes) and the 2 times you use it only one is passed and it is player.
Tomas Posted February 7, 2016 Posted February 7, 2016 Aquí no está permitido hablar español, puedes hacer tu post aquí: https://forum.multitheftauto.com/viewforum.php?f=145 (explained him where to correctly post)
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