31.08.2010, 07:13
Hmm, It won't work, Like when i type /radio it dosent do a thing. I want it to type /playstreamed http://64.150.181.14:14156/listen.pls 0 0 0 0 in reponse but for some reason it wont work, Here ill send you the command i got at the moment:
pawn Code:
if(strcmp(cmdtext, "/radio", true) == 0)
{
OnPlayerCommandText(playerid, "/playstreamed http://64.150.181.14:14156/listen.pls 0 0 0 0");
return 1;
}
pawn Code:
if(strcmp(cmdtext, "/radio", true) == 0)
{
OnPlayerCommandText(playerid, "/playstreamed http://64.150.181.14:14156/listen.pls 0 0 0 0");
return 1;
}