Sistema de stand automбtico -
FuZzYey - 11.05.2013
Sistema de stand automбtico
Boas, eu estou a editar meu GM (DL-RP), mas nao tem sistema de stand automatico, nos temos um sistema de stand(do klap) que tem X carros em X sitio, tu entras num carro e aparece (info veiculo), (comprar veiculo) etc...
Eu queria um que tu entras no stand e escreves por exemplo:
/comprarcarro "ID" e automaticamente cria-se um veiculo.
Espero que me ajudem, obrigado.
Re: Sistema de stand automбtico -
BielCOP - 11.05.2013
pawn Код:
CMD:comprarcarro(playerid,params[])
{
new ID;
if(sscanf(params,"d",ID))
{
SendClientMessage(playerid,0xBFBFBFAA,"Use /comprarcarro ID.");
return 1;
}
else if(ID < 400 && ID > 611)
{
SendClientMessage(playerid,0xBFBFBFAA,"Carros de 400 a 611.");
return 1;
}
else
{
new Float:Pos[4];
GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
GetPlayerFacingAngle(playerid,Pos[3]);
CreateVehicle(ID,Pos[0],Pos[1],Pos[2],Pos[3],-1,-1,60000*10);
GameTextForPlayer(playerid,"~r~Carro Criado!",2000,3);
}
return 1;
}
Re: Sistema de stand automбtico -
FuZzYey - 11.05.2013
C:\Users\Rubitos\SAMP SERVER REALMENTE\gamemodes\DL-RP.pwn(7806) : error 017: undefined symbol "comprarcarro"
C:\Users\Rubitos\SAMP SERVER REALMENTE\gamemodes\DL-RP.pwn(7810) : error 017: undefined symbol "params"
C:\Users\Rubitos\SAMP SERVER REALMENTE\gamemodes\DL-RP.pwn(7822) : warning 219: local variable "Pos" shadows a variable at a preceding level
C:\Users\Rubitos\SAMP SERVER REALMENTE\gamemodes\DL-RP.pwn(7832) : warning 225: unreachable code
C:\Users\Rubitos\SAMP SERVER REALMENTE\gamemodes\DL-RP.pwn(7806) : warning 203: symbol is never used: "CMD"
Aperece isto
Re: Sistema de stand automбtico -
BielCOP - 11.05.2013
Instale a include Zcmd, do ZeeX.
Re: Sistema de stand automбtico -
FuZzYey - 11.05.2013
jб instalei, mas dб erro na mesma
Re: Sistema de stand automбtico -
BielCOP - 11.05.2013
Jб colocou #include <Zcmd> no topo do gm e a include Zcmd.inc na pasta pawno/includes ?
Re: Sistema de stand automбtico -
FuZzYey - 11.05.2013
sim, mas o problema nao e isso
~existe algum sitio especifico?
Re: Sistema de stand automбtico -
BielCOP - 11.05.2013
Nao entendi, explica denovo.
Re: Sistema de stand automбtico -
FuZzYey - 11.05.2013
Tens skype? se tiveres diz-me e explico-te
Re: Sistema de stand automбtico -
FuZzYey - 11.05.2013
Tens skype? se tiveres diz-me e explico-te