Overkillz Posted September 20, 2014 Posted September 20, 2014 (edited) Thanks, all its fixed Edited September 20, 2014 by Guest
Anubhav Posted September 20, 2014 Posted September 20, 2014 function aleatorio () Nombre_Jugador = getPlayerName(Jugador) if getPlayerCount() < minPlayers then return outputChatBox("#4e4e4e* #ff8800[Random ]#ffffff Not enought players to get free Cash | Min. Players:#ff8800 " ..minPlayers.. "",root,255,255,255,true) end if minPlayers <= getPlayerCount() then outputChatBox("#4e4e4e* #ff8800[Random ]#ffffff " ..Nombre_Jugador.. " #ffffffgot #ff8800" ..Dinero.. " #ffffffby #ff8800Random System",getRootElement(),255,255,255,true) givePlayerMoney(Jugador, Dinero) end end setTimer(aleatoriocash,3000,0)
Overkillz Posted September 20, 2014 Author Posted September 20, 2014 function aleatorio () Nombre_Jugador = getPlayerName(Jugador) if getPlayerCount() < minPlayers then return outputChatBox("#4e4e4e* #ff8800[Random ]#ffffff Not enought players to get free Cash | Min. Players:#ff8800 " ..minPlayers.. "",root,255,255,255,true) end if minPlayers <= getPlayerCount() then outputChatBox("#4e4e4e* #ff8800[Random ]#ffffff " ..Nombre_Jugador.. " #ffffffgot #ff8800" ..Dinero.. " #ffffffby #ff8800Random System",getRootElement(),255,255,255,true) givePlayerMoney(Jugador, Dinero) end end setTimer(aleatoriocash,3000,0) A lot of thanks, but I found other way to fix it, anyway, a lot of thanks <3
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