Quote:
Originally Posted by DiiP
pawn Code:
new Escape[5][128];
stock PlayerName(playerid) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); return name; }
|
Okay and what about the other part of my post? Are you sure that a connection to the MySQL server exists when the function is called?
Also did you try enabling MySQL debugging and reading the MySQL logs to see what it says?