SA-MP Forums Archive
[AJUDA]Erros em Script - 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]Erros em Script (/showthread.php?tid=236266)



[AJUDA]Erros em Script - Gi_Flow - 07.03.2011

Bem tive a colocar veiculos no server sу que da este erro.

Quote:

C:\Users\Gonзalo.utilizador-PC\Desktop\SAMP - TPD\gamemodes\ZO-RP(teste).pwn(469) : warning 213: tag mismatch
C:\Users\Gonзalo.utilizador-PC\Desktop\SAMP - TPD\gamemodes\ZO-RP(teste).pwn(470) : warning 213: tag mismatch
C:\Users\Gonзalo.utilizador-PC\Desktop\SAMP - TPD\gamemodes\ZO-RP(teste).pwn(472) : warning 213: tag mismatch
C:\Users\Gonзalo.utilizador-PC\Desktop\SAMP - TPD\gamemodes\ZO-RP(teste).pwn(474) : warning 213: tag mismatch
C:\Users\Gonзalo.utilizador-PC\Desktop\SAMP - TPD\gamemodes\ZO-RP(teste).pwn(478 ) : warning 213: tag mismatch
C:\Users\Gonзalo.utilizador-PC\Desktop\SAMP - TPD\gamemodes\ZO-RP(teste).pwn(479) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


6 Warnings.

Eu sei que isso й porque a tag esta muito grande.
Vou amostrar uma das linhas afetadas!
Код:
(474)AddStaticVehicle(482,277.19998168945,1949.0266113281,17.890625,0,0,305.99670410156);
Eu tenho uma duvida, se eu diminuir o tamanho ira afectar a localizaзгo?


Re: [AJUDA]Erros em Script - Skull_Knight - 07.03.2011

Nao precisa diminuir nada, tu apenas trocou uns negocio ali.
Tu boto assim:
pawn Код:
AddStaticVehicle(482,277.19998168945,1949.0266113281,17.890625,0,0,305.99670410156);
Temta assim:
pawn Код:
AddStaticVehicle(482,277.19998168945,1949.0266113281,17.890625,305.99670410156,0,0);
A unica coisa q tu fez de errado ai, foi q tu boto a cor no lugar da rotaзao.
Acho q й isso.
Espero ter ajudado.


Re: [AJUDA]Erros em Script - Jorge_Hard - 07.03.2011

Код:
AddStaticVehicle(482,277.19998168945,1949.0266113281,17.890625,305.99670410156,0,0,999999999999); //Ali o Spawn tambem



Re: [AJUDA]Erros em Script - Skull_Knight - 07.03.2011

Jorge_Hard de vez:
Код:
AddStaticVehicle(482,277.19998168945,1949.0266113281,17.890625,305.99670410156,0,0,999999999999);
nao seria:
Код:
AddStaticVehicleEx(482,277.19998168945,1949.0266113281,17.890625,305.99670410156,0,0,999999999999);