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



Pickups ? - Alisson Silva Alves - 10.02.2013

Ola estou tentando criar um servidor do 0, rsrs.


Mais eu percebi que alguns locais tem tipo uma ceta amarela eu gostaria de tirar poderia me ajudar ?








Re: Pickups ? - ForT - 10.02.2013

https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits


Re: Pickups ? - Alisson Silva Alves - 10.02.2013

han ?


Re: Pickups ? - ForT - 10.02.2013

Quote:
Originally Posted by Alisson Silva Alves
Посмотреть сообщение
han ?
Clique no link, e leia!


Re: Pickups ? - DartakousLien - 10.02.2013

quando abrir o link e ler voзк vai perceber


Re: Pickups ? - Alisson Silva Alves - 10.02.2013

pawn Код:
C:\Users\Allisson\Desktop\[GM] Brasil Knight Games\gamemodes\BKG.pwn(10) : error 021: symbol already defined: "UsePlayerPedAnims"
C:\Users\Allisson\Desktop\[GM] Brasil Knight Games\gamemodes\BKG.pwn(16) : error 021: symbol already defined: "AddStaticVehicleEx"
C:\Users\Allisson\Desktop\[GM] Brasil Knight Games\gamemodes\BKG.pwn(23) : error 021: symbol already defined: "AddStaticPickup"
C:\Users\Allisson\Desktop\[GM] Brasil Knight Games\gamemodes\BKG.pwn(57) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.

[10]
pawn Код:
UsePlayerPedAnims();
[16]
pawn Код:
AddStaticVehicleEx(494,2037.3000500,1364.1999500,11.7000000,0.0000000,0,0,60000); //Hydra
[23]
pawn Код:
AddStaticPickup(1318, 23, 1928.5828,-1776.3160,13.5469); //  27/7 (1)
[57]
pawn Код:
return 1;
Porque



Re: Pickups ? - DartakousLien - 10.02.2013

alguma include que voce tem ou alguma coisa mal!
qualquer uma dessas funcoes й defenida previamente pelas includes e quando voce voltar a defeni-la da esse erro! meio estranho que voce esta usando normal neh? nossa!

quanto a linha 57, voce tem que mandar mais linhas de code, o erro nao tб ai mas sim no que voce fez acima

@edit lembrei de uma coisa, vк se nao esqueceu de alguma { nessas linhas!