Search Results
Thanks Is exist a function to create one I've need for my register function ...
165
Thanks, it works, but how i do this one. I've test but don't work. Код: public OnPlayerDisconnect(playerid) { new string[MAX_PLAYER_NAME + 5]; GetPlayerName(playerid, string, MAX_PLAYER_NAME); fo...
165
I think you don't understand ... Код: public OnPlayerConnect(playerid) { new PlayerName[MAX_PLAYER_NAME]; GetPlayerName(playerid, PlayerName, sizeof(PlayerName)); if (!fexist("%d.txt", PName))...
165
No it's not the problem. I want to change !udb_Exists(PName(playerid) to if(fexist..) But i don't know the right code... Thanks.
165
Hi all, I created a FS for registration (with /login and /register). I use dini and dudb. But i want to change all function used by dini to function used with "fcreate", "fexist", "fopen" ... That i...
165