[duda] CMD Spawn moto
#2

Код:
CMD:moto(playerid, params[])
{
new Float:x,Float:y,Float:z,Float:Angle;
new vehiculoid;
GetPlayerPos(playerid, x, y, z);
GetPlayerFacingAngle(playerid,Angle);
vehiculoid = CreateVehicle(522, x, y, z, Angle, -1, -1, -1);
PutPlayerInVehicle(playerid,vehiculoid,0);
}
Reply


Messages In This Thread
[duda] CMD Spawn moto - by lucas95akd - 10.01.2016, 15:58
Re: [duda] CMD Spawn moto - by Unrea1 - 10.01.2016, 16:30
Re: [duda] CMD Spawn moto - by lucas95akd - 10.01.2016, 16:39

Forum Jump:


Users browsing this thread: 1 Guest(s)