01.10.2013, 15:08
Hello ! I want to make a Dialog that shows a Player that How many seconds left in Jail...
My friend gave me that code but I am not understanding where should I start to write it from. In under which command or....
My friend gave me that code but I am not understanding where should I start to write it from. In under which command or....
pawn Код:
if( Time_Jail[ playerid ] != -1 )
{
// use format:
format( ... , "%d seconds left", Time_Jail[ playerid ] - ( gettime( ) - Seconds_Left_Jail[ playerid ] ) )
// show the seconds left
}


