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
#2

Код:
PlayerPlaySound(playerid, soundid, Float:x, Float:y, Float:z);
you didn't put all the parameters in

PlayerPlaySound
Reply
#3

Quote:
Originally Posted by JXF
Посмотреть сообщение
Код:
PlayerPlaySound(playerid, soundid, Float:x, Float:y, Float:z);
you didn't put all the parameters in

PlayerPlaySound
the same, and i added a print to this public and its not working also, the public not working....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)