[HELP] GameTextForPlayer
#1

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.



Код:
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);
			}
Reply


Messages In This Thread
[HELP] GameTextForPlayer - by Shura - 06.07.2014, 18:34
Respuesta: [HELP] GameTextForPlayer - by Shura - 06.07.2014, 20:32
Re: [HELP] GameTextForPlayer - by Le3aT - 06.07.2014, 20:37
Respuesta: Re: [HELP] GameTextForPlayer - by Shura - 06.07.2014, 20:41

Forum Jump:


Users browsing this thread: 1 Guest(s)