31.07.2012, 18:45
Minha variбvel:
Ai ele da erro no "DOF2_SaveFile(arquivo);"
Erro:
warning 202: number of arguments does not match definition
PHP код:
new arquivo[50];
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, 32);
format(arquivo, 40, "usuarios/%s.ini", pName);
Erro:
warning 202: number of arguments does not match definition