[SOLVED] I made a new gamemode, but I can't connect when I run it
#7

It is still bad.

EDIT: I solved the problem, I had to replace this:

pawn Code:
...
format(string, sizeof(string), "jatekosok/%s.ini", sendername);
new File: UserFile = fopen(string, io_read);
if (UserFile)
{
...
With this:

pawn Code:
...
format(string, sizeof(string), "jatekosok/%s.ini", sendername);
if (fexist(string))
{
...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)