SA-MP Forums Archive
[Ajuda] Problema ajudaaaa - 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] Problema ajudaaaa (/showthread.php?tid=236186)



[Ajuda] Problema ajudaaaa - morvy - 07.03.2011

Ola, eu estou com um sv pra joga off de stunt pra testar ai qd eu coloco pra testa tudo de boa, qd eu entro no jogo, as pistas estao transparentes e so aparecem qd eu chego perto, meu deus me ajudem.
descobri que nao й o stream pq eu instalei ele e nao deu em nada


Re: [Ajuda] Problema ajudaaaa - [AF]Junior - 07.03.2011



vou tentar ver aqui na minha bola...


Re: [Ajuda] Problema ajudaaaa - rjjj - 07.03.2011

Use Ctrl + F no seu pawno e procure por: CreateObject.

Voce acharб linhas com o nome CreateObject, como esta:

Код:
CreateObject(975, 1549.4428710938, -1627.880859375, 14.057502746582, 0, 0, 270.67565917969);
Entгo, no final da cada uma dessas linhas, troque isto ); por isto: ,0.0);


Veja um exemplo de como fazer:

A linha com CreateObject
Код:
CreateObject(975, 1549.4428710938, -1627.880859375, 14.057502746582, 0, 0, 270.67565917969);
Troque por:

Код:
CreateObject(975, 1549.4428710938, -1627.880859375, 14.057502746582, 0, 0, 270.67565917969,0.0);
Se o pawno gerar warnings, certifique-se que a versгo de suas includes e do client do sa-mp sгo as mesmas, e sгo 0.3b ou 0.3c

Espero ter ajudado


Re: [Ajuda] Problema ajudaaaa - morvy - 07.03.2011

Код:
C:\Users\vi\server samp\3c STUNT3\gamemodes\SU.pwn(9) : fatal error 100: cannot read from file: "Dini"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
esse erro da, pq, q maldito dini й esse? se tiver pode me passar?


Re: [Ajuda] Problema ajudaaaa - []Fabricio[] - 07.03.2011

Quote:
Originally Posted by morvy
Посмотреть сообщение
Код:
C:\Users\vi\server samp\3c STUNT3\gamemodes\SU.pwn(9) : fatal error 100: cannot read from file: "Dini"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
esse erro da, pq, q maldito dini й esse? se tiver pode me passar?
http://dracoblue.net/download/dini-16/35/


Re: [Ajuda] Problema ajudaaaa - morvy - 07.03.2011

Uhul mais um erro ¬¬
Код:
C:\Users\vi\server samp\3c STUNT3\gamemodes\SU.pwn(1312) : error 017: undefined symbol "SetDisabledWeapons"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: [Ajuda] Problema ajudaaaa - morvy - 07.03.2011

Uhul mais um erro ¬¬
Код:
C:\Users\vi\server samp\3c STUNT3\gamemodes\SU.pwn(1312) : error 017: undefined symbol "SetDisabledWeapons"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: [Ajuda] Problema ajudaaaa - SergioBr - 07.03.2011

tente:

coloque no topo do gm:
pawn Код:
#define SetDisabledWeapons ResetPlayerWeapons