[AJUDA]Erros em Script
#1

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?
Reply
#2

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.
Reply
#3

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

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);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)