[Ajuda] Ese erro no DOF2_SetString - Versão de Impressão +- Portal SAMP (https://portalsamp.com) +-- Fórum: SA-MP Mobile (https://portalsamp.com/forumdisplay.php?fid=11) +--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=12) +--- Tópico: [Ajuda] Ese erro no DOF2_SetString (/showthread.php?tid=1710) |
Ese erro no DOF2_SetString - ivansamp - 11/10/2021
RE: Ese erro no DOF2_SetString - Carlos Victor - 11/10/2021 Verifique se está certo outras funções... Código PHP: enum PlayerInfo Coloque também o tamanho da string na enum, como exemplo acima. RE: Ese erro no DOF2_SetString - xbruno1000x - 11/10/2021 O erro se refere a "DOF2_SetString(Arquivo, "Nick", PlayerName(playerid));" argumento 3. O argumento 3 é o "PlayerName(playerid)". Confira se você tem a stock PlayerName(playerid) em seu gamemode. Caso não tenha: Código: stock PlayerName(playerid) |