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



[Ajuda] - Pedro King - 15.06.2010

Boas Tardes.
Ontem fiz download de um FS e sу vinha em ficheiro PWN, quando o ia a compilar para puder coloca-lo o server tinha estes erros:

error 017: undefined symbol "Delete3DTextLabel"
error 017: undefined symbol "Create3DTextLabel"
warning 213: tag mismatch
error 017: undefined symbol "Delete3DTextLabel"
error 017: undefined symbol "Delete3DTextLabel"
error 017: undefined symbol "Create3DTextLabel"

Serб que me poderiam ajudar?
Obrigado.
PS: Eu saquei um pacote de includes acho que tem todos e continua com os erros.


Re: [Ajuda] - Flavinho153 - 15.06.2010

manda esses 3DText ae


Re: [Ajuda] - Pedro King - 15.06.2010

public OnFilterScriptExit()
{
TextDrawDestroy(GateText_BG);
for(new g; g < MAX_GATES; g++)
{
TextDrawDestroy(GateText_Info[g]);
Delete3DTextLabel(GateTextLabel[g]);
if (IsValidObject(g) && GateID[g] != -1) DestroyObject(g);
}
return 1;
}

esse й um deles


Re: [Ajuda] - zSuYaNw - 15.06.2010

Bota os Includes do Samp 0.3a no seu pawno.


Re: [Ajuda] - Pedro King - 15.06.2010

Quote:
Originally Posted by Pedro King
PS: Eu saquei um pacote de includes acho que tem todos e continua com os erros.



Re: [Ajuda] - russo666 - 15.06.2010

Compila com o pawno que tem os novos includes.