[NEW] Some New Sounds
#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


Messages In This Thread
[NEW] Some New Sounds - by amirab - 17.04.2014, 13:50
Re: [NEW] Some New Sounds - by KingServerIRAN - 17.04.2014, 14:19
Re: [NEW] Some New Sounds - by amirab - 17.04.2014, 14:20
Re: [NEW] Some New Sounds - by ChristianIvann09 - 17.04.2014, 14:24
Re: [NEW] Some New Sounds - by lonalovegood1 - 17.04.2014, 15:16
Re: [NEW] Some New Sounds - by amirab - 17.04.2014, 16:45
Re: [NEW] Some New Sounds - by lonalovegood1 - 17.04.2014, 18:54
Re: [NEW] Some New Sounds - by lonalovegood1 - 18.04.2014, 10:38
Re: [NEW] Some New Sounds - by Cookland - 18.04.2014, 11:33
Re: [NEW] Some New Sounds - by vyper - 18.04.2014, 12:05

Forum Jump:


Users browsing this thread: 1 Guest(s)