[Ajuda] Comandos e teclas
#4

Topo do gamemode
Код:
new xCarroCriado[MAX_PLAYERS];
Comando
Код:
CMD:v(playerid, params[])
{
   	static carro, Float:X, Float:Y, Float:Z, xCor, xCor2, Float:Angle;

   	if(sscanf(params, "ddd", carro, xCor, xCor2)) return SendClientMessage(playerid, -1, "/v [id carro] [cor1] [cor2].");

    if(carro < 400 || carro > 611) return SendClientMessage(playerid, -1, "ID invбlido, de 400 a 611 apenas");

	if(xCor < 0 || xCor > 255) return SendClientMessage(playerid, -1, "ID invбlido cor de 1 a 255.");

	if(xCor2 < 0 || xCor2 > 255) return SendClientMessage(playerid, -1, "ID invбlido cor de 1 a 255.");

	if(xCarroCriado[playerid] != 0) DestroyVehicle(xCarroCriado[playerid]);

   	GetPlayerPos(playerid, X, Y, Z);
   	GetPlayerFacingAngle(playerid, Angle);

	xCarroCriado[playerid] = AddStaticVehicleEx(carro, X, Y, Z, Angle, xCor, xCor2, -1);
   	PutPlayerInVehicle(playerid, xCarroCriado[playerid], 0);

   	return 1;
}
Tenta aн.
Reply


Messages In This Thread
Comandos e teclas - by GuiihCamargo - 14.01.2014, 02:38
Re: Comandos e teclas - by PedroAuditore - 14.01.2014, 03:44
Re: Comandos e teclas - by GuiihCamargo - 14.01.2014, 06:51
Re: Comandos e teclas - by GuilhermeH - 14.01.2014, 12:31
Re: Comandos e teclas - by GuiihCamargo - 14.01.2014, 17:15
Re: Comandos e teclas - by GuilhermeH - 14.01.2014, 20:54
Re: Comandos e teclas - by GuiihCamargo - 14.01.2014, 21:32
Re: Comandos e teclas - by GuilhermeH - 15.01.2014, 10:32
Re: Comandos e teclas - by Schocc - 15.01.2014, 20:10
Re: Comandos e teclas - by GuiihCamargo - 15.01.2014, 20:38

Forum Jump:


Users browsing this thread: 1 Guest(s)