Dialog Register/Login Bug ! D:
#5

Quote:
Originally Posted by Guest123
Посмотреть сообщение
i think i want use
pawn Код:
if (udb_Create(PlayerName2(playerid)))
pawn Код:
if (!udb_Create(PlayerName2(playerid)))
If these are the checks if an account exists; it checks it now, but will also create this file! You should use fexist(const pattern[]); to check existance, so:
pawn Код:
if (fexist(PlayerName2(playerid)))
This will check if a file exists
Reply


Messages In This Thread
Dialog Register/Login Bug ! D: - by Guest123 - 12.05.2013, 07:30
Re: Dialog Register/Login Bug ! D: - by BossZk - 12.05.2013, 07:39
Re: Dialog Register/Login Bug ! D: - by Guest123 - 12.05.2013, 07:45
Re: Dialog Register/Login Bug ! D: - by Guest123 - 12.05.2013, 07:58
Re: Dialog Register/Login Bug ! D: - by Kwarde - 12.05.2013, 09:30
Re: Dialog Register/Login Bug ! D: - by Guest123 - 12.05.2013, 09:54
Re: Dialog Register/Login Bug ! D: - by Kwarde - 12.05.2013, 12:39

Forum Jump:


Users browsing this thread: 1 Guest(s)