13.07.2011, 04:34
forward illegaltime(playerid);
public illegaltime(playerid)
{
SendClientMessage(playerid, RED, "ANNOUNCE: 2 hours has passed away, you're able to do an illegal job again.");
PlayerData[playerid][illegaljob] = 0;
}
i dont think is this because the timer works for other illegal jobs, only at /sell command
as i said before i think its the
}
}
}
but idk which isu the right formula
public illegaltime(playerid)
{
SendClientMessage(playerid, RED, "ANNOUNCE: 2 hours has passed away, you're able to do an illegal job again.");
PlayerData[playerid][illegaljob] = 0;
}
i dont think is this because the timer works for other illegal jobs, only at /sell command
as i said before i think its the
}
}
}
but idk which isu the right formula