Pay 3000% to hour
#1


Hello, I want every hour all factions to give $ 4000

A emeplo a faction:
Code:
if(PlayerInfo[playerid][pJob] != 7)
Reply
#2

Oh you WANT a script that does that, How about saying this:

"Can someone help me create a script that pays *blah* an hour?
Here is what i got so far:
*YOUR CODE*"

Instead of demanding it? Well anyway I have no clue
Reply
#3

Code:
forward Pay();

public OnGameModeInit();
{
  SetTimer("Pay",Time here in milli seconds,false);
}

public Pay();
{
  SetPlayerMoney(playerid,-4000);
}
/Artix
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)