SA-MP Forums Archive
Extension Acounts .CER vs .INI - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Extension Acounts .CER vs .INI (/showthread.php?tid=96046)



Extension Acounts .CER vs .INI - Duelos SA - 06.09.2009

Ths Extensions .CER e .INI have any diference




Re: Extension Acounts .CER vs .INI - Duelos SA - 06.09.2009

The mode is PENLS, and the extension is .CER, i have change to .INI becouse with CER i cant see some acounts in FTP

I only change:

Quote:

format(string, sizeof(string), "Accounts/%s.cer", plname);

to
Quote:

format(string, sizeof(string), "Accounts/%s.ini", plname);

Can i have problems with this change ?


Re: Extension Acounts .CER vs .INI - Norn - 06.09.2009

Doesn't matter, at the end of the day there all just plain text files.


Re: Extension Acounts .CER vs .INI - Zezombia - 06.09.2009

Quote:
Originally Posted by Norn
Doesn't matter, at the end of the day there all just plain text files.
+1. You can save them as .exe and it wont make a diffrence.


Re: Extension Acounts .CER vs .INI - Duelos SA - 06.09.2009

OK tanks