Poderiam me dizer como colocar uma textdraw exatamente no centro da tela?Procurei até em algumas gamemodes,porém não acho resposta, e também poderiam me dizer como mudar a cor do texto de uma textdraw?Agradeço.
PROJETO ARES ROLEPLAY® Procuramos interessados em participar do projeto:
ESTOU PRODUZINDO SOZINHO UM SERVIDOR BASTANTE PROMISSOR, PROCURO SCRIPTERS E MEMBROS QUE DESEJEM PARTICIPAR. DESCULPE POR ESTAR SENDO BREVE NAS PALAVRAS PELA FALTA DE TEMPO, MAS O PROJETO É FOCADO EM ROLEPLAY. Interessados em participar deixar comentário com Discord ou mandar mensagem pvd.
Recentemente refiz minha gamemode,abri o PAWN(detalhe que a Gamemode tava como quando tu instala o samp server do site lá mesmo,só com a <a_samp>e as outras publics lá) ,e botei a #include #include <streamer>,depois coloquei isso daqui pra criar um actor e dar-lhe uma animação:
Código PHP:
new RYDER = CreateDynamicActor(271,2463.4905,-1717.4960,13.5013,274.1461); ApplyDynamicActorAnimation(RYDER,"BOMBER","BOM_Plant_Loop",4.1,1,0,0,0,0);
E tá me dando esse warning:
Código PHP:
warning 237: symbol is never used: "weiunwv"
Sendo que nem tenho essa "weiunwv" em minha Gamemode o mais estranho é que aparece que é na linha 237,sendo que minha gamemode só vai até a linha 236.
OBS:Quando retiro a #include <streamer> e o code mostrado para criar o actor e aplicar a animação dele,não aparece erro ou warning nenhum (também pensei que fosse pelo facto de que eu não tivesse a versão mais recente da streamer,mais reinstalei ela na versão mais recente e continua me dando o erro)
--------------------------------------
Anti VPN por Gnikllort Carregado
--------------------------------------
Loaded 1 filterscripts.
[debug] Run time error 19: "File or function is not found"
[debug] SSCANF_Init
[debug] SSCANF_IsConnected
[debug] SSCANF_Join
[debug] SSCANF_Leave
[debug] sscanf
[debug] MapAndreas_FindZ_For2DCoord
[debug] MapAndreas_Init
[debug] Run time error 19: "File or function is not found"
[debug] SSCANF_Init
[debug] SSCANF_IsConnected
[debug] SSCANF_Join
[debug] SSCANF_Leave
[debug] sscanf
[debug] MapAndreas_FindZ_For2DCoord
[debug] MapAndreas_Init
Script[gamemodes/BDS.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
C:\Users\User\Desktop\CERRADO RP V1\gamemodes\cerrado.pwn(153) : error 012: invalid function call, not a valid address
C:\Users\User\Desktop\CERRADO RP V1\gamemodes\cerrado.pwn(153) : warning 215: expression has no effect
C:\Users\User\Desktop\CERRADO RP V1\gamemodes\cerrado.pwn(153) : error 001: expected token: ";", but found ")"
C:\Users\User\Desktop\CERRADO RP V1\gamemodes\cerrado.pwn(153) : error 029: invalid expression, assumed zero
C:\Users\User\Desktop\CERRADO RP V1\gamemodes\cerrado.pwn(153) : fatal error 107: too many error messages on one line
if(DOF2_FileExists(Arquivo(playerid))) return ShowPlayerDialog(playerid, Dialog_Login, DIALOG_STYLE_INPUT, "Login", "{FFFFFF}Digite Sua senha para Logar-se", "Confirmar", "Sair");