what wrong with it? (OnVehicleDamageStatusUpdate)
#1

public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
new rand = random(3);
if(rand == 1)PlayerPlaySound(playerid,100015);
if(rand == 2)PlayerPlaySound(playerid,100010);
if(rand == 0)PlayerPlaySound(playerid,100005);
return 1;
}

so? why it dont working? help plz
Reply


Messages In This Thread
what wrong with it? (OnVehicleDamageStatusUpdate) - by orel56000 - 16.07.2016, 08:50
Re: what wrong with it? (OnVehicleDamageStatusUpdate) - by JXF - 16.07.2016, 12:23
Re: what wrong with it? (OnVehicleDamageStatusUpdate) - by orel56000 - 16.07.2016, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)