SA-MP Forums Archive
[Ajuda] Incluir FS no GM - 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] Incluir FS no GM (/showthread.php?tid=480212)



Incluir FS no GM - Agamaster - 09.12.2013

Alguйm me ajuda, mostrando algum tutorial de incluir FS no GM
Eu consegui incluir 1 FS no meu GM
Eu tentei botar outro mas tem umas linhas assim
Quote:

strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
{
index++;
}

new offset = index;
new result[20];
while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
return result;

Ai se eu tentar botar no GM dб erro e fecha o programa


Re: Incluir FS no GM - PT - 09.12.2013

o code dessa gm parece ser antigo, ainda usa strtok, recomendo que o atualizes e uses sscanf que e muito melhor.

aqui tens um tuto que podera ajudar: https://sampforum.blast.hk/showthread.php?tid=329507


Re: Incluir FS no GM - Agamaster - 09.12.2013

Vнdeo nгo existe ¬¬
Podes juntar uns FS no GM pra mim pf
Й pq se eu botar muitos FS os que tгo mais no final nгo carregam direito ou nem carregam
Pf, responde que sim, ai eu mando os FS e o GM no 4Shared ou no Pastebin
PF diz que vc faz, pf


Re: Incluir FS no GM - PT - 09.12.2013

cara ninguem e seu empregado, se quiser algo estude e faзa voce mesmo ue.

aprenda! nada e impossivel, so se torna impossivel quando se coloca a preguiзa primeiro da vontade


Re: Incluir FS no GM - Agamaster - 09.12.2013

Obrigado pela ajuda cofcof.