06.07.2014, 18:34
Hello friends, first excuse my bad English.
I could help past this code to the following format: Update3DTextLabelText?
It is more than clear that I + rep to help me.
I could help past this code to the following format: Update3DTextLabelText?
It is more than clear that I + rep to help me.
Код:
if(Info[i][pJailed] > 0){
if(Info[i][pJailTime] > 0){
Info[i][pJailTime]--;
new str[128];
switch(Info[i][pJailed])
{
case 1, 4: format(str, sizeof(str), "~n~~n~~n~~n~~n~~n~~n~ ~r~Jail OOC!~n~~w~%d segundos (%i minutos) restantes", Info[i][pJailTime], Info[i][pJailTime]/60);
case 2, 3, 5, 6: format(str, sizeof(str), "~n~~n~~n~~n~~n~~n~~n~ ~r~En prision!~n~~w~%d segundos (%i minutos) restantes", Info[i][pJailTime], Info[i][pJailTime]/60);
}
GameTextForPlayer(i, str, 2000, 3);
}


