24.08.2016, 05:21
Hey,
For some reason when I test my server on my local host, everything runs fine. I am able to login/register after typing a password. I re-uploaded the gamemode to the FTP account and restarted my server, but when I try to login/register, nothing happens. The login box disappears and it stays on the same screen. If I try to type something it says "You are muted, you cannot talk."
It's working fine on my test server, but won't work when I upload it to my host.
The last thing I changed on the script before I uploaded it was the destination of the scriptfiles. Instead of it saving to TWD/accounts/%s.ini, I've changed it to make it save at playerfiles/accounts/%s.ini
I have a feeling this has something to do with it. Maybe it's not loading the account properly or something.
Any help would be greatly appreciated. Thanks!
Edit: I do have a folder in both the local host and host: Scriptfiles->Playerfiles->accounts
For some reason when I test my server on my local host, everything runs fine. I am able to login/register after typing a password. I re-uploaded the gamemode to the FTP account and restarted my server, but when I try to login/register, nothing happens. The login box disappears and it stays on the same screen. If I try to type something it says "You are muted, you cannot talk."
It's working fine on my test server, but won't work when I upload it to my host.
The last thing I changed on the script before I uploaded it was the destination of the scriptfiles. Instead of it saving to TWD/accounts/%s.ini, I've changed it to make it save at playerfiles/accounts/%s.ini
pawn Код:
format(string, sizeof(string), "Playerfiles/accounts/%s.ini", plname);
Any help would be greatly appreciated. Thanks!
Edit: I do have a folder in both the local host and host: Scriptfiles->Playerfiles->accounts