04.01.2015, 00:39
Hi, I'm making an admin command that will let you stream audio for everyone, but I'm not sure how to set it up..
if any of you could help me out, that would be great!
My Includes:
if any of you could help me out, that would be great!
My Includes:
pawn Код:
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#include <streamer>
pawn Код:
CMD:playsong(playerid, params[])
{
if(IsPlayerAdmin[playerid])
{
// What do I do here?
}
return 1;
}