28.10.2012, 17:56
(
Последний раз редактировалось andrew2695; 04.05.2013 в 01:03.
)
Hi, I know this code is wrong but you probably understand what I'm trying to do. Do you have any Idea how I can get this code to work?
pawn Код:
switch(InJail[id])
{
case 0: IsInJail = "No";
case 1: IsInJail = "Yes for %i seconds", Info[id][TimeInJail];
}