Need help.
#10

Quote:
Originally Posted by kalanerik99
Посмотреть сообщение
Less code! (usefoul)
Код:
CMD:musicall(playerid,params[])
{
if(!IsPlayerAdmin(playerid)) return 0;
new link[128];
if(sscanf(params, "s[128]", link)) return SendClientMessage(playerid, -1, "Use: /musicall [Link]");
for(new i; i < MAX_PLAYERS; i++)
{
PlayAudioStreamForPlayer(i, link);
}
return 1;
}
What's the difference?
You just have changed this:
Код:
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "Only RCON admins can use this command.");
to this:
Код:
if(!IsPlayerAdmin(playerid)) return 0;
Reply


Messages In This Thread
Need help. - by DeathFire - 15.06.2015, 19:16
Re : Need help. - by Dutheil - 15.06.2015, 19:50
Re: Need help. - by DeathFire - 15.06.2015, 19:56
Re: Need help. - by Darkwood17 - 15.06.2015, 20:01
Re: Need help. - by DeathFire - 15.06.2015, 20:04
Re: Need help. - by Darkwood17 - 15.06.2015, 20:08
Re: Need help. - by kalanerik99 - 15.06.2015, 20:08
Re: Need help. - by DeathFire - 15.06.2015, 20:12
Re: Need help. - by kalanerik99 - 15.06.2015, 20:14
Re: Need help. - by Darkwood17 - 15.06.2015, 20:20

Forum Jump:


Users browsing this thread: 1 Guest(s)