forward Pay(); public OnGameModeInit(); { SetTimer("Pay",Time here in milli seconds,false); } public Pay(); { SetPlayerMoney(playerid,-4000); }