Vice City Multiplayer
		VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: NIPNIC on April 13, 2011, 11:08:52 am
		
			
			- 
				very simple.
on top of your gamemode put.
forward Payday();
now in OnGameModeInit() Put.
SetTimer("Payday",600000,1); // 600000 = 10 Minutes !
Now you need to create a public.
public Payday()
{
for(new i=0; i<=MAX_PLAYERS;i++)GivePlayerMoney(i, 1000);
SendClientMessageToAll(COLOR_GREEN,"PayDay: 1000$ :D");
}
if you want to know exactly how many seconds, minutes, hours or even months you can download the SetTimer Converter: http://www.4shared.com/file/AppbWJ30/Converter.html
 :D
			 
			
			- 
				Wrong section. You should of posted this in the pawn showroom.
http://forum.vicecitymultiplayer.com/index.php?board=29.0 (http://forum.vicecitymultiplayer.com/index.php?board=29.0)
			 
			
			- 
				its Simple Anyway Good Work and Wrong section post this in pawno script realeases lol  :D
			
 
			
			- 
				GivePlayerMoney have bug man... 
Use:
SetPlayerMoney(playerid,GetPlayerMoney(playerid) + 1000);
And... Wrong Section ! Agree with you Skirmant and yazeen 
Need This Move In Showroom Pawn !