SA-MP Forums Archive
[Plugin] strftime - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] strftime (/showthread.php?tid=288802)

Pages: 1 2


Re: strftime - Kaperstone - 10.09.2012

Quote:
Originally Posted by Jovanny
Посмотреть сообщение
Example #2
pawn Код:
#include <strftime>
public OnFilterScriptInit()
{
       new time[20];
       strftime("%I:%M:%S %p",time);
       print(tiempo);
       return 1;
}
am i the only one who noticed something weird in this example ? (aka tiempo)


Respuesta: Re: strftime - CaptainMactavish - 10.09.2012

Quote:
Originally Posted by xkirill
Посмотреть сообщение
am i the only one who noticed something weird in this example ? (aka tiempo)
"Tiempo" means time in spanish, Jovanny is a hispanic guy so the code originally is in spanish, maybe he's forgotten to translate that part of the code.


Re: strftime - Stronach - 27.09.2012

One year old... But meh! It's good.