[Ajuda] Warning 202: number of arguments does not match definition
#1

Код:
CMD:bicicleta(playerid, params[])
{
	new Float:X, Float:Y, Float:Z;
	GetPlayerPos(playerid, X, Y, Z);
        Bicicleta = CreateVehicle(510, X, Y, Z, 82.2873, -1, -1, -1, 60);
        PutPlayerInVehicle(playerid, Bicicleta);
	SendClientMessage(playerid, -1, "Bicicleta {009DFF}Mountain Bike {FFFFFF}criada com {02E656}Sucesso");
	return 1;
}
Reply


Messages In This Thread
Warning 202: number of arguments does not match definition - by JoaoBorges - 18.07.2017, 13:37
Re: Warning 202: number of arguments does not match definition - by RodrigoMSR - 18.07.2017, 15:06
Re: Warning 202: number of arguments does not match definition - by JoaoBorges - 18.07.2017, 19:26
Re: Warning 202: number of arguments does not match definition - by zCyan - 18.07.2017, 19:33

Forum Jump:


Users browsing this thread: 1 Guest(s)