24.04.2013, 14:42
Tem sim, ela estб no topo.
pawn Код:
forward xConttPreso ( playerid ) ; public xConttPreso ( playerid )
{
new xCelulas[70] ;
new string[128];
format(xCelulas,sizeof(xCelulas), "~w~Preso por:~n~~r~%d Segundos.",ContPreso[ playerid ] ) ;
GameTextForPlayer ( playerid, string, 90000, 3 ) ;
if ( ContPreso [ playerid ] == 0 )
{
KillTimer( TempContPreso [ playerid ] ) ;
}
ContPreso [ playerid ] -- ;
}