[Ajuda] error 035: argument type mismatch (argument 14) - 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] error 035: argument type mismatch (argument 14) (
/showthread.php?tid=659639)
error 035: argument type mismatch (argument 14) -
Imaginare - 10.10.2018
Olб guys, estou com um erro num module, esse erro surgiu apуs eu atualizar o plugin ''streamer'' para a ъltima versгo.
O Erro й este
error 035: argument type mismatch (argument 14)
Код:
tags_Nametag[playerid] = CreateDynamic3DTextLabelEx(string, YELLOW, 0.0, 0.0, 0.0, 6000.0, playerid, _, 0, 6000.0, _, _, players, 1, 1, maxplayers);
tags_NametagLOS[playerid] = CreateDynamic3DTextLabelEx("[| |]", BLUE, 0.0, 0.0, 0.0, 6000.0, playerid, _, 1, 6000.0, _, _, players, 1, 1, maxplayers);
Eu apaguei as duas linhas e compilou normal, porйm, nгo aparece o nome do player no comando de dar spec e nem os namestags de quem estгo por perto, isso estб atrapalhando muito.
Re: error 035: argument type mismatch (argument 14) -
ipsLuan - 10.10.2018
PHP код:
native Text3D:CreateDynamic3DTextLabelEx(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, Float:streamdistance = 100.0, worlds[] = { -1 }, interiors[] = { -1 }, players[] = { -1 }, maxworlds = sizeof worlds, maxinteriors = sizeof interiors, maxplayers = sizeof players);
Veja se todos os parвmetros estгo sendo preenchidos corretamente.