Score by Playing hours
#9

Try This lol:
Quote:

//Top of on you'r script
forward GiveScore(playerid);

//under on ongamemodeinit
SetTimer("GiveScore",120000,1);//change ur timer


public GiveScore(playerid)
{
SendClientMessage(playerid, COLOR_YELLOW, "Thanks for playing on server, you 1+ score !");
//GivePlayerMoney(playerid, 5000);
SetPlayerScore(playerid, GetPlayerScore(playerid) + 1);
return 1;
}

Reply


Messages In This Thread
Score by Playing hours - by Rady - 12.08.2010, 10:02
Re: Score by Playing hours - by Rady - 12.08.2010, 16:53
Re: Score by Playing hours - by Jakku - 12.08.2010, 16:55
Re: Score by Playing hours - by 0ne - 12.08.2010, 16:58
Re: Score by Playing hours - by Jakku - 12.08.2010, 17:00
Re: Score by Playing hours - by Jakku - 12.08.2010, 17:02
Re: Score by Playing hours - by 0ne - 12.08.2010, 17:02
Re: Score by Playing hours - by Jakku - 12.08.2010, 17:04
Re: Score by Playing hours - by HyperZ - 12.08.2010, 17:08
Re: Score by Playing hours - by Rady - 12.08.2010, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)