29.06.2012, 17:35
how to make this down no so fast
if(PlayerInfo[i][pJailed] > 0)
{
if(PlayerInfo[i][pJailTime] > 0)
{
PlayerInfo[i][pJailTime]--;
}
because the time of the jail goes down fast.
i want it will be like minutes
if(PlayerInfo[i][pJailed] > 0)
{
if(PlayerInfo[i][pJailTime] > 0)
{
PlayerInfo[i][pJailTime]--;
}
because the time of the jail goes down fast.
i want it will be like minutes