why this not work???
#1

Код:
dcmd_music(playerid,params[])
{
	new soundid;
	if(sscanf(params, "ud", soundid)) return SendClientMessage(playerid, RED, "/music [music id]");
	return PlayerPlaySound(playerid,soundid,0.0,0.0,0.0);
}
Reply


Messages In This Thread
why this not work??? - by iJumbo - 19.05.2010, 10:28
Re: why this not work??? - by NewTorran - 19.05.2010, 10:29
Re: why this not work??? - by iJumbo - 19.05.2010, 10:32
Re: why this not work??? - by DaneAMattie - 19.05.2010, 10:42
Re: why this not work??? - by NewTorran - 19.05.2010, 10:45
Re: why this not work??? - by iJumbo - 19.05.2010, 10:47
Re: why this not work??? - by NewTorran - 19.05.2010, 10:48
Re: why this not work??? - by DaneAMattie - 19.05.2010, 10:52
Re: why this not work??? - by iJumbo - 19.05.2010, 10:54
Re: why this not work??? - by NewTorran - 19.05.2010, 10:55

Forum Jump:


Users browsing this thread: 1 Guest(s)