fixed
#8

Код:
CMD:fix(playerid, params[])
{	
	if(File[playerid][Admin] > 0)
	{
		new vehicleid;
		vehicleid = GetPlayerVehicleID(user);
		RepairVehicle(vehicleid);
	}
	return 1;
}



CMD:flip(playerid, params[])
{
	if(File[playerid][Admin] >= 1)
 	{
 		new VehicleID,Angle;
		VehicleID = GetPlayerVehicleID(user);
		new Float:x, Float:y, Float:z;
		
		GetVehicleZAngle(VehicleID, Angle);
		SetVehiclePos(VehicleID, X, Y, Z);
		SetVehicleZAngle(VehicleID, Angle);
		
		
		GameTextForPlayer(playerid,"~b~FLIPPED!",4000,3);
	}
	return 1;
}
Reply


Messages In This Thread
fixed - by Kar - 23.06.2010, 17:49
Re: fix and flip command not working ingame - by CAR - 23.06.2010, 17:53
Re: fix and flip command not working ingame - by Kar - 23.06.2010, 18:12
Re: fix and flip command not working ingame - by Anthony_Brassi - 23.06.2010, 18:19
Re: fix and flip command not working ingame - by Kar - 23.06.2010, 18:20
Re: fix and flip command not working ingame - by CAR - 23.06.2010, 18:26
Re: fix and flip command not working ingame - by dice7 - 23.06.2010, 18:27
Re: fix and flip command not working ingame - by DJDhan - 23.06.2010, 18:40
Re: fix and flip command not working ingame - by Kar - 23.06.2010, 18:57
Re: fixed - by MastahServers - 23.06.2010, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)