Ramp System Help!
#10

I have now try almost everything... Fore example have I add this:




stock Isvalid(carid)
{
new veh[3] = { 509, 481, 510 };
for(new i = 0; i < sizeof(veh); i++)
{
if(GetVehicleModel(carid) == veh)
{
ramped[playerid] = 1;
noramp[playerid] = 1;
return 1;
}
else
{
ramped[playerid] = 0;
noramp[playerid] = 0;
return 1;
}
}
}



But it doesn't help!

Can YOU help me?




Reply


Messages In This Thread
Ramp System Help! - by icezoor - 07.10.2009, 13:06
Re: Ramp System Help! - by brett7 - 07.10.2009, 13:21
Re: Ramp System Help! - by icezoor - 07.10.2009, 14:13
Re: Ramp System Help! - by icezoor - 07.10.2009, 16:39
Re: Ramp System Help! - by saiberfun - 07.10.2009, 16:46
Re: Ramp System Help! - by dice7 - 07.10.2009, 17:18
Re: Ramp System Help! - by icezoor - 07.10.2009, 17:23
Re: Ramp System Help! - by dice7 - 07.10.2009, 17:29
Re: Ramp System Help! - by icezoor - 07.10.2009, 18:16
Re: Ramp System Help! - by icezoor - 09.10.2009, 11:41

Forum Jump:


Users browsing this thread: 1 Guest(s)