Need help with...
#2

pawn Код:
new infernus;

//OnGameModeInIt
infernus = CreateDynamicPickup(1317, 1, X, Y ,Z);

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == infernus)
    {          
              new infernuscar;
              new Float:X,Float:Y,Float:Z;
              infernuscar = CreateVehicle(411, X, Y, Z , 0, 0, 0,0);
              PutPlayerInVehicle(playerid, infernuscar, 0);
        }
return 1;
}
Reply


Messages In This Thread
Need help with... - by Eligijus_Simpsonas - 24.08.2013, 00:44
Re: Need help with... - by Vanter - 24.08.2013, 00:51
Re: Need help with... - by Eligijus_Simpsonas - 24.08.2013, 01:12
Re: Need help with... - by Vanter - 24.08.2013, 01:15
Re: Need help with... - by Eligijus_Simpsonas - 24.08.2013, 08:59
Re: Need help with... - by Dragonsaurus - 24.08.2013, 09:21

Forum Jump:


Users browsing this thread: 1 Guest(s)