fixed
#4

Код:
cmd(flip, playerid, params[])
{
	if(!sscanf(params, "u", playerid))
	{
	 		if(File[playerid][Admin] >= 1)
 			{
 				new VehicleID;
				GetPlayerPos(playerid, X, Y, Z);
				VehicleID = GetPlayerVehicleID(playerid);
				GetVehicleZAngle(VehicleID, Angle);
				SetVehiclePos(VehicleID, X, Y, Z);
				SetVehicleZAngle(VehicleID, Angle);
				GameTextForPlayer(playerid,"~b~FLIPPED!",4000,3);
				SendClientMessage(playerid, BLUE, "FLIPPED!");
				}
		}
	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)