[Ajuda]Erro constante - 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 constante (
/showthread.php?tid=139407)
[Ajuda]Erro constante -
tshadow - 04.04.2010
alguem me pode dizer como resolver este erro?
Код:
C:\Program Files\Rockstar Games\GTA San Andreas\server\Server\gamemodes\lvdm.pwn(35) : error 052: multi-dimensional arrays must be fully initialized
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
й esta a linha
pawn Код:
new CashScoreOld;
new iSpawnSet[MAX_PLAYERS];
new Float:gRandomPlayerSpawns[23][3] = {
(1239.7579,-2037.1063,59.9263),
(1240.1178,-2035.5093,61.8419),
(1240.0415,-2038.6838,61.8419)
};//й esta
new Float:gCopPlayerSpawns[2][3] = {
{2297.1064,2452.0115,10.8203},
{2297.0452,2468.6743,10.8203}
};
Re: [Ajuda]Erro constante -
sergio_killer - 05.04.2010
new Float:gRandomPlayerSpawns[23][3] = {
deveria ser
new Float:gRandomPlayerSpawns[3][3] = {
vc colocou 3 coordenadas e o programa ta reconhecendo 23 por isso ta dando erro
Re: [Ajuda]Erro constante -
tshadow - 05.04.2010
obrigado, agora para acabar isto sу falta os gang's, tenho algumas duvidas com criar um gang com convite e rank's, e aquilo que tenho lб nгo sei se й um sistema de rank's, se alguйm souber alguma coisas sobre isto, ajude pff
http://forum.sa-mp.com/index.php?topic=163824.0