Hey
I have problems with my payday. Here is my code
function payday ( source, command )
givePlayerMoney ( source, 2000 )
outputChatBox ( "PAYDAY: 2000$" )
setTimer ( payday, 1000, 1)
end
setTimer (payday, 5000, 1) --1000 = 1 second
The time is only as test. I hope you can help me
Sebihunter