Problem with onplayerclickplayer
#3

If you simply click on a players name, nothing will happen. Make some function for it. Like:

pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{  
    new message[32];
    format(message, sizeof(message), "You clicked on player %d", clickedplayerid);
    SendClientMessage(playerid, 0xFFFFFFFF, message);
    return 1;
}
Source: https://sampwiki.blast.hk/wiki/OnPlayerClickPlayer
Reply


Messages In This Thread
Problem with onplayerclickplayer - by Unista - 30.12.2012, 23:13
Re: Problem with onplayerclickplayer - by Feastahashi - 30.12.2012, 23:22
Re: Problem with onplayerclickplayer - by Mr.Anonymous - 31.12.2012, 12:07
Re: Problem with onplayerclickplayer - by JaKe Elite - 31.12.2012, 12:49

Forum Jump:


Users browsing this thread: 2 Guest(s)