[Ajuda] String - 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] String (
/showthread.php?tid=597844)
String -
Lutherdeck - 05.01.2016
Код:
agn[playerid] = "Varredor de Rua";
depois que copilei:
error 006: must be
Код:
assigned to an array
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Re: String -
Coringa_Vilao - 05.01.2016
pelo oque entendi o certo seria:
PHP код:
new agn[MAX_PLAYERS];
Re: String -
Ever_SH - 05.01.2016
Код:
new agn[MAX_PLAYERS][128];
Re: String -
[BOPE]Seu._.Madruga - 05.01.2016
PHP код:
enum tInfo {
agn[128]
}
new PlayerAGN[MAX_PLAYERS][tInfo];
PlayerAGN[playerid][agn] = "Varredor de Rua";