25.07.2008, 14:10
Hey guys,
I've got a little problem. I have a login command which does not execute the following line:
The problem is, I think, in the udb_encode part but I can't seem to figure out how that is causing it.
I've got a little problem. I have a login command which does not execute the following line:
pawn Code:
#define PlayerFile "Players/%s.nt"
format(fname,sizeof(fname),PlayerFile,udb_encode(playername));