[Ajuda]
#1

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.
Reply
#2

manda esses 3DText ae
Reply
#3

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
Reply
#4

Bota os Includes do Samp 0.3a no seu pawno.
Reply
#5

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

Compila com o pawno que tem os novos includes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)