ID's are messed up in the server.
#4

Hmmm... try this?

pawn Код:
CMD:somecommand(playerid,params[])
{
    new id;

    if(sscanf(params,"u", id)) return SendClientMessage(playerid, -1,"Usage: /somecommand [playerid/partofname] ");
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid,-1,"Error: Player is not connected!");
   
    PlayAudioStreamForPlayer(id,"www.******.com");
    return 1;
}
Reply


Messages In This Thread
ID's are messed up in the server. - by Tamer - 18.10.2013, 11:37
Re: ID's are messed up in the server. - by Chrillzen - 18.10.2013, 12:28
Re: ID's are messed up in the server. - by Tamer - 18.10.2013, 12:34
Re: ID's are messed up in the server. - by Chrillzen - 18.10.2013, 12:40
Re: ID's are messed up in the server. - by Tamer - 18.10.2013, 13:57
Re: ID's are messed up in the server. - by Tamer - 19.10.2013, 17:44
Re: ID's are messed up in the server. - by -Prodigy- - 19.10.2013, 18:20
Re: ID's are messed up in the server. - by Tamer - 26.10.2013, 20:51

Forum Jump:


Users browsing this thread: 1 Guest(s)