Whats wrong?
#7

You see errors is for Variklis(playerid, vehicleid, true, true);.

Код:
stock Variklis(playerid, vehicleid, bool:ijungti, bool:info)
{
new VehVars[7]
GetVehicleParamsEx(vehicleid,VehVars[1],VehVars[2],VehVars[3],VehVars[4],VehVars[5],VehVars[6],VehVars[7]);
if(ijungti == true)
{
if(info == true)
{
GameTextForPlayer(playerid,"~r~You are trying ~n~to turn engine on...",3000, 1);
}
Varikliot[playerid] = SetTimerEx("Uzveda",3000,false,"i",playerid,vehicleid);
}
if(ijungti == false)
{
if(info == true)
{
GameTextForPlayer(playerid,"~r~Engine vent down");
}
SetVehicleParamsEx(vehicleid,false,VehVars[2],VehVars[3],VehVars[4],VehVars[5],VehVars[6],VehVars[7]);
}
Reply


Messages In This Thread
Whats wrong? - by lukas567 - 14.12.2011, 09:24
Re: Whats wrong? - by Jakku - 14.12.2011, 09:33
Re: Whats wrong? - by lukas567 - 14.12.2011, 09:41
Re: Whats wrong? - by suhrab_mujeeb - 14.12.2011, 10:07
Re: Whats wrong? - by lukas567 - 14.12.2011, 10:13
Re: Whats wrong? - by suhrab_mujeeb - 14.12.2011, 10:36
Re: Whats wrong? - by lukas567 - 14.12.2011, 10:39
Re: Whats wrong? - by lukas567 - 14.12.2011, 10:41
Re: Whats wrong? - by wildcookie007 - 14.12.2011, 11:18

Forum Jump:


Users browsing this thread: 1 Guest(s)