31.03.2012, 18:14
There is a filterscript that dropping money but every day i think not. u can use
OnPlayerSpawn(playerid)
{
GivePlayerMoney(giveplayerid, -100);
every spawn he will give him -100 cash. u can change the 100 what you want
OnPlayerSpawn(playerid)
{
GivePlayerMoney(giveplayerid, -100);
every spawn he will give him -100 cash. u can change the 100 what you want

