[Ajuda] Problema com CreateVehicle
#3

veнculo й no OnPlayerSelectedMenuRow amigo, conforme abaixo:

Код:
public OnPlayerSelectedMenuRow(playerid, row)
{
	new Menu:carros;
	carros = GetPlayerMenu(playerid);
	new Float: pX, Float: pY, Float: pZ;
	GetPlayerPos(playerid, pX, pY, pZ);
	if(carros == menucar)
	{
	    switch(row)
	    {
	        case 0: // NRG - 500
	        {
      		    mcarcriado[playerid] = CreateVehicle(522, pX, pY, pZ, 10, 1, 1,1);
		        LinkVehicleToInterior(mcarcriado[playerid], GetPlayerInterior(playerid));
...
Reply


Messages In This Thread
[Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 01:53
Re: [Ajuda] Problema com CreateVehicle - by Dolby - 11.10.2011, 01:54
Re: [Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 01:56
Re: [Ajuda] Problema com CreateVehicle - by Dolby - 11.10.2011, 02:03
Re: [Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 02:06
Re: [Ajuda] Problema com CreateVehicle - by WLSF - 11.10.2011, 02:20
Re: [Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 12:21
Re: [Ajuda] Problema com CreateVehicle - by Josma_cmd - 11.10.2011, 12:29
Re: [Ajuda] Problema com CreateVehicle - by cotonete - 11.10.2011, 12:34

Forum Jump:


Users browsing this thread: 1 Guest(s)