SA-MP Forums Archive
[Ajuda] tuga_test_server_v2.0.pwn(663) : error 006: must be assigned to an array - 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] tuga_test_server_v2.0.pwn(663) : error 006: must be assigned to an array (/showthread.php?tid=481641)



tuga_test_server_v2.0.pwn(663) : error 006: must be assigned to an array - Tugamars - 16.12.2013

Esse erro ta dando em :

pawn Код:
PlayerInfo[playerid][pSenha] = DOF2_GetString(arquivo, "Senha");
Erro :

Код:
 error 006: must be assigned to an array
Alguйm pode ajudar ?


Re: tuga_test_server_v2.0.pwn(663) : error 006: must be assigned to an array - Dolby - 16.12.2013

pawn Код:
format(PlayerInfo[playerid][pSenha],30, DOF2_GetString(arquivo, "Senha"));



Re: tuga_test_server_v2.0.pwn(663) : error 006: must be assigned to an array - Tugamars - 16.12.2013

Vlw , mas vou ter de refazer o sistema mesmo :S