forward a(playerid);CMD:a(playerid, params[]){ SetTimerEx("a",1000,0,"d",playerid); return 1;}public a(playerid){ GivePlayerMoney(playerid,-1);}