19.07.2008, 14:55
Hello, I want every hour all factions to give $ 4000
A emeplo a faction:
Code:
if(PlayerInfo[playerid][pJob] != 7)
if(PlayerInfo[playerid][pJob] != 7)
forward Pay();
public OnGameModeInit();
{
SetTimer("Pay",Time here in milli seconds,false);
}
public Pay();
{
SetPlayerMoney(playerid,-4000);
}