Hallo,
ich habe mal eine Frage. Unzwar nutze ich ein Godfather Script das jedes mal einen neuen Account erstellt wenn ich mich anders Groß-/kleinschreibe.
Beispiel:
Filezilla
FileZilla
<- Beides sind verschiedene Accounts, ich hoffe ihr könnt mir helfen dieses Problem zu Lösen.
MfG
Function OnPlayerRegister(playerid, password[])
{
if(IsPlayerConnected(playerid))
{
new string3[64];
new playername3[MAX_PLAYER_NAME];
GetPlayerName(playerid, playername3, sizeof(playername3));
format(string3, sizeof(string3), "/Accounts/%s.ini", playername3);
new File: hFile = fopen(string3, io_write);
if (hFile)
{