SA-MP Forums Archive
sounds - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: sounds (/showthread.php?tid=95196)



sounds - amrour - 02.09.2009

i haven't found anywhere anything about it, but does 0.3 (beta) include any new sounds?


Re: sounds - Jay_ - 02.09.2009

Yes - PlayCrimeReportForPlayer.


Re: sounds - amrour - 02.09.2009

Quote:
Originally Posted by Jay_
Yes - PlayCrimeReportForPlayer.
id?


Re: sounds - amrour - 02.09.2009

well another question not sound related, what can i write if i want ALL ids to fight kung fu style?


Re: sounds - mirkoiz - 02.09.2009

Quote:
Originally Posted by Lenny.
well another question not sound related, what can i write if i want ALL ids to fight kung fu style?
pawn Code:
for(new fighti = 0; fighti<MAX_PLAYERS; fighti++)
{
SetPlayerFightingStyle (fighti, FIGHT_STYLE_KUNGFU);
}



Re: sounds - amrour - 02.09.2009

tnx but a friend of mine already explained, as i am working on new server now and im a noob scripter i may be posting alot of questions here :P