[NEW] Some New Sounds -
amirab - 17.04.2014
Not Really Hard To Find
But Something New that There aren't In Wiki
from 39010 to 39030 a conversations between (CJ and Jizzy)
39047 " where's my cellphone " (shouts)
39051 " that's right put your hands there "
39052 " Holy f... I've got my phone "
39074 " I'm listening ... "
39076 " Aha , real interesting "
50002 " Just Try Punk ! Just Try It ! "
50004 " You're My World Now ! "
50050 " Tell My Wife I Love Her "
50051 " I'm going in "
50052 " What The Hell ! "
50053 " Uh , My Coffee "
50094 " Wait Wait , think about what you're doing "
100001 " Come On , time is moeny "
100005 " Not This Car ! "
100006 " My boss is gonna kill me "
100007 " There goes another tip " ( I Think He Said This )
100008 " OH NO MAN ! "
100009 " Today couldn't get any worse "
100010 " This is not good "
100011 " You Idiot "
100012 " Look Out ! "
100013 " What Are You Doing?! "
100014 " Heeeeey "
100015 " Oh F..k "
100016 " What The .... "
100017 " Hey Man ! "
and something that i think it's good way to crash players
LoooL :
sound ids 39079 to 49999 crash players ! 
The Function That You Want To Use It To Play the Sounds: (Just For Beginners I'm Saying)
PlayerPlaySound(playerid , sound id , 0,0,0);
Re: [NEW] Some New Sounds -
KingServerIRAN - 17.04.2014
You Helped Me In something . Thanks My Bro
Rep+
Re: [NEW] Some New Sounds -
amirab - 17.04.2014
thanks
Re: [NEW] Some New Sounds -
ChristianIvann09 - 17.04.2014
How to use this??
Thanks how to play it on script when executing some commands?
Re: [NEW] Some New Sounds -
lonalovegood1 - 17.04.2014
Quote:
Originally Posted by ChristianIvann09
How to use this??
Thanks how to play it on script when executing some commands?
|
That's easy to use , just follow this ;
Код:
//if normal cmd :
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmd, "/sound", true) == 0)
{
PlayerPlaySound(playerid , 100017 , 0,0,0);
return 1;
}
return 0;
}
//if Zcmd :
CMD:sound(playerid,params[])
{
PlayerPlaySound(playerid , 100017 , 0,0,0);
return 1;
}
Re: [NEW] Some New Sounds -
amirab - 17.04.2014
Thanks Lona

First Updated For Beginners
Re: [NEW] Some New Sounds -
lonalovegood1 - 17.04.2014
Quote:
Originally Posted by amirab
Thanks Lona  First Updated For Beginners 
|
Welcome Mate :X
Actually im sorry because i answered your post reply
Re: [NEW] Some New Sounds -
lonalovegood1 - 18.04.2014
Amir can you add some new posts today ?
Re: [NEW] Some New Sounds -
Cookland - 18.04.2014
Love it, Aha!
100015 " Oh F..k "
Re: [NEW] Some New Sounds -
vyper - 18.04.2014
Or you could download my filterscript , hop in game and test all sounds available in sa-mp at the moment : )