28.05.2010, 09:52 
	
	
	Quote:
| 
					Originally Posted by XpDeviL  Very nice system. Thank you   | 

 
	| 
					Originally Posted by XpDeviL  Very nice system. Thank you   | 

 
	| 
					Originally Posted by Jackster  Looks good! Can i make it so anyone with stars can't use the telel command? | 
| 
					Originally Posted by DarkPower  Like my script > http://forum.sa-mp.com/index.php?topic=173467.0 < nice  | 
| 
					Originally Posted by willsuckformoney  Haven't downloaded or setup yet but this would do great because i have /rob xD EDIT: When i click cancel to close the dialog it kicked me.. | 
| 
					Originally Posted by DarkPower  Like my script > http://forum.sa-mp.com/index.php?topic=173467.0 < nice  | 
 ... Keep it up!
... Keep it up!
	 ?
?SetTimer("payday",1800000,true);
forward payday(playerid);
public payday(playerid)
{
     for(new i=0;i < MAX_PLAYERS; i++)
     {
     GivePlayerMoney(i,10000);
     }
     SendClientMessageToAll(COLOR_RED,"It's Payday Time , You Recieved 10000$");
     return 1;
}