Question about y_languages - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Question about y_languages (
/showthread.php?tid=548015)
Question about y_languages -
Raweresh - 27.11.2014
Is any way to use it in
format function?
For example:
Код:
Text_Send(playerid,$REMAINING_BAN_TIME_MESSAGE,ConvertSeconds(BanTime[playerid] - gettime())); //$REMAINING_BAN_TME_MESSAGE = Remaining ban time: %s or Pozostały czas zbanowania: %s
Код:
format(String,sizeof(String),$REMAINING_BAN_TIME,Days,Hours,Minutes,Seconds); //$REMAINING_BAN_TIME = %i Days %i Hours %i Minutes %i Seconds or %i Dni %i Godzin %i Minut %i Sekund
return String;
Re: Question about y_languages -
MD5 - 27.11.2014
Nope.