25.05.2016, 06:31
i can't hear sound in this plz help me:
Код:
public OnPlayerRequestClass(playerid,classid){ SetPlayerInterior(playerid,17); SetPlayerPos(playerid,480.8415,-14.3506,1000.6797); SetPlayerFacingAngle(playerid,271.6728); SetPlayerCameraPos(playerid,491.7506,-13.9768,1001.6797); SetPlayerCameraLookAt(playerid,480.8415,-14.3506,1000.6797); PlayerPlaySound(playerid,1097,491.7506,-13.9768,1001.6797); ApplyAnimation(playerid,"DANCING","dance_loop",4.0,1,0,0,0,0); if(classid==0){ PlayerPlaySound(playerid,1097,491.7506,-13.9768,1001.6797); ApplyAnimation(playerid,"DANCING","dance_loop",4.0,1,0,0,0,0);} return 1;}