I have serious problem
#1

I created little payday system for my RP server, it works on localhost fine, but when I upload it to host, nothing happens, and players don't get 1000 in one minute.

forward payday(playerid);

public payday(playerid)
{
GivePlayerMoney(playerid,1000);
}

public OnGameModeInit()
{
SetTimer("payday",60*1000,1);
}
Reply


Messages In This Thread
I have serious problem - by appleomax - 21.12.2012, 16:50
Re: I have serious problem - by Lapon - 21.12.2012, 16:52
Re: I have serious problem - by Yiin - 21.12.2012, 17:14
Re: I have serious problem - by appleomax - 21.12.2012, 17:33
Re: I have serious problem - by appleomax - 21.12.2012, 17:51
Re: I have serious problem - by Yiin - 21.12.2012, 17:53

Forum Jump:


Users browsing this thread: 4 Guest(s)