SA-MP Forums Archive
[Ajuda] Erro DOF2_SaveFile() - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Erro DOF2_SaveFile() (/showthread.php?tid=364744)



Erro DOF2_SaveFile() - Mito_FmZ - 31.07.2012

Minha variбvel:

PHP код:
new arquivo[50];
new 
pName[MAX_PLAYER_NAME];
GetPlayerName(playeridpName32);
format(arquivo40"usuarios/%s.ini"pName); 
Ai ele da erro no "DOF2_SaveFile(arquivo);"

Erro:

warning 202: number of arguments does not match definition


Re: Erro DOF2_SaveFile() - humildadeforever - 31.07.2012

Й sу utilizar
pawn Код:
DOF2_SaveFile();
Ele salva o ъltimo arquivo que teve algo alterado (DOF2_SetInt/DOF2_SetString, etc)