[NEW] Some New Sounds
#1


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);
Reply
#2

You Helped Me In something . Thanks My Bro

Rep+
Reply
#3

thanks
Reply
#4

How to use this??

Thanks how to play it on script when executing some commands?
Reply
#5

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;
}
Reply
#6

Thanks Lona First Updated For Beginners
Reply
#7

Quote:
Originally Posted by amirab
Посмотреть сообщение
Thanks Lona First Updated For Beginners
Welcome Mate :X
Actually im sorry because i answered your post reply
Reply
#8

Amir can you add some new posts today ?
Reply
#9

Love it, Aha!

100015 " Oh F..k "
Reply
#10

Or you could download my filterscript , hop in game and test all sounds available in sa-mp at the moment : )
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)