SA-MP Forums Archive
[Ajuda] Erro na Copilaзгo - 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 na Copilaзгo (/showthread.php?tid=512833)



Erro na Copilaзгo - Holl - 12.05.2014

Erro que apareзe no pawno

Код:
error 017: undefined symbol "Horas"
error 017: undefined symbol "PlayerTextDrawSetString"
postagem editado pois resolvi o pobrema anterio e apareзeu este. acima


Re: Erro na Copilaзгo - MultiKill - 12.05.2014

Vocк definiu COL_LIGHTBLUE como uma cor?


Re: Erro na Copilaзгo - Holl - 12.05.2014

Quote:
Originally Posted by MultiKill
Посмотреть сообщение
Vocк definiu COL_LIGHTBLUE como uma cor?
Sim , todas cores mensionadas na linha esta tudo ok.


Re: Erro na Copilaзгo - MultiKill - 12.05.2014

Manda o define da cor que eu jб te ajudo.


Re: Erro na Copilaзгo - Holl - 12.05.2014

Quote:
Originally Posted by MultiKill
Посмотреть сообщение
Manda o define da cor que eu jб te ajudo.
//COLORS
#define COL_WHITE "{FFFFFF}"
#define COL_GREY "{C3C3C3}"
#define COL_GREEN "{37DB45}"
#define COL_RED "{F81414}"
#define COL_YELLOW "{F3FF02}"
#define COL_ORANGE "{FF6A00}"
#define COL_BLUE "{0049FF}"
#define COL_PINK "{FF00EA}"
#define COL_LIGHTBLUE "{00C0FF}"
#define COL_LGREEN "{C9FFAB}"

#define COLOR_GREY 0xAFAFAFAA
#define COLOR_RED 0xAA333300
#define COLOR_BLUE 0x33CCFF00
#define COLOR_WHITE 0xFFFFFF00
#define COLOR_PINK 0xFFC0CB00
#define COLOR_BROWN 0xA9A9A900


Re: Erro na Copilaзгo - MultiKill - 13.05.2014

Tenta assim:
pawn Код:
format(string,sizeof(string),""chat""COL_LIGHTBLUE" %s alcanзou a realizaзгo Pessoa Muito importante!", pname);
ou assim:
pawn Код:
format(string,sizeof(string),"chat {00C0FF}  %s alcanзou a realizaзгo Pessoa Muito importante!", pname);
Caso de erro me envie o define do chat.


Re: Erro na Copilaзгo - Holl - 13.05.2014

Quote:
Originally Posted by MultiKill
Посмотреть сообщение
Tenta assim:
pawn Код:
format(string,sizeof(string),""chat""COL_LIGHTBLUE" %s alcanзou a realizaзгo Pessoa Muito importante!", pname);
ou assim:
pawn Код:
format(string,sizeof(string),"chat {00C0FF}  %s alcanзou a realizaзгo Pessoa Muito importante!", pname);
Caso de erro me envie o define do chat.
Код:
(1660) : error 017: undefined symbol "Horas"
(2762) : error 017: undefined symbol "PlayerTextDrawSetString"
(2765) : error 017: undefined symbol "PlayerTextDrawSetString"
(2771) : error 017: undefined symbol "PlayerTextDrawSetString"
(2776) : error 017: undefined symbol "PlayerTextDrawSetString"
(2780) : error 017: undefined symbol "PlayerTextDrawSetString"
(2786) : error 017: undefined symbol "PlayerTextDrawSetString"
(2791) : error 017: undefined symbol "PlayerTextDrawSetString"
(2795) : error 017: undefined symbol "PlayerTextDrawSetString"
(2800) : error 017: undefined symbol "PlayerTextDrawSetString"
(2803) : error 017: undefined symbol "PlayerTextDrawSetString"
(2806) : error 017: undefined symbol "PlayerTextDrawSetString"
(3920) : error 017: undefined symbol "PlayerTextDrawSetString"
(3921) : error 017: undefined symbol "PlayerTextDrawSetString"
(3922) : error 017: undefined symbol "PlayerTextDrawSetString"
(3923) : error 017: undefined symbol "PlayerTextDrawSetString"
(3924) : error 017: undefined symbol "PlayerTextDrawSetString"
(3925) : error 017: undefined symbol "PlayerTextDrawSetString"



Re: Erro na Copilaзгo - MultiKill - 13.05.2014

Tentou usar:
pawn Код:
format(string,sizeof(string),"chat {00C0FF}  %s alcanзou a realizaзгo Pessoa Muito importante!", pname);



Re: Erro na Copilaзгo - Holl - 13.05.2014

Quote:
Originally Posted by MultiKill
Посмотреть сообщение
Tentou usar:
pawn Код:
format(string,sizeof(string),"chat {00C0FF}  %s alcanзou a realizaзгo Pessoa Muito importante!", pname);
Amanha Vou Tentar.. .. vlw.


Re: Erro na Copilaзгo - MultiKill - 13.05.2014

Mde chat na frase:
pawn Код:
"chat {00C0FF}  %s alcanзou a realizaзгo Pessoa Muito importante!"
Pelo o que vocк definiu.
pawn Код:
#define chat eu
Ex: "Eu {00C0FF}  %s alcanзou a realizaзгo Pessoa Muito importante!"