14.07.2018, 21:55
Hello i have this so if player enter the ammunation it will play the ammunation sound for him but i hear nothing it doesn't work!
PHP код:
else if(pickupid == pBigaEnter)
{
SetPlayerPos(playerid,285.9489,-39.3204,1001.5156);
SetPlayerInterior(playerid,1);
SetPlayerFacingAngle(playerid,357.7984);
SetCameraBehindPlayer(playerid);
PlayerPlaySound(playerid,137,0.0,0.0,0.0);
}