help with errors
#10

Код:
stock SetVehicleVelocityM(vehicleid,Float:x,Float:y,Float:z)
{
	new playerid=INVALID_PLAYER_ID;
    foreach(new i = 0; i < MAX_PLAYERS; i++){
	if(ivehicle[i] == vehicleid){
	playerid = i;
	break;
	}
	}
	if(playerid != INVALID_PLAYER_ID){
	new hizi = floatround(floatsqroot((x * x + y * y + z * z)) * 200.2);
	SetPVarInt(playerid,"sonhiz",hizi);
	}
	return SetVehicleVelocity(vehicleid,x,y,z);
}
Reply


Messages In This Thread
help with errors - by RuNBoY - 11.01.2015, 12:37
Re: help with errors - by bgedition - 11.01.2015, 12:38
Re: help with errors - by RuNBoY - 11.01.2015, 12:45
Re : help with errors - by StreetRP - 11.01.2015, 12:48
Re: help with errors - by bgedition - 11.01.2015, 12:48
Re: help with errors - by RuNBoY - 11.01.2015, 12:51
Re: help with errors - by dominik523 - 11.01.2015, 12:57
Re: help with errors - by RuNBoY - 11.01.2015, 12:58
Re: help with errors - by dominik523 - 11.01.2015, 12:59
Re: help with errors - by RuNBoY - 11.01.2015, 13:02

Forum Jump:


Users browsing this thread: 2 Guest(s)