[HELP] Showing Id On OnPlayerText
#7

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/whatsmyid", cmdtext, true, 10) == 0)
    {
        new str[256];
        format(str, sizeof(str), "Your ID is: %d ", playerid);
        SendClientMessage(playerid, 0xFFFFFFAA, str);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
[HELP] Showing Id On OnPlayerText - by will_92 - 28.02.2010, 04:50
Re: [HELP] Showing Id On OnPlayerText - by [HiC]TheKiller - 28.02.2010, 05:20
Re: [HELP] Showing Id On OnPlayerText - by AnimeOtaku - 28.02.2010, 05:21
Re: [HELP] Showing Id On OnPlayerText - by [HiC]TheKiller - 28.02.2010, 05:38
Re: [HELP] Showing Id On OnPlayerText - by AnimeOtaku - 28.02.2010, 05:41
Re: [HELP] Showing Id On OnPlayerText - by Norn - 28.02.2010, 06:06
Re: [HELP] Showing Id On OnPlayerText - by Gozerr - 28.02.2010, 06:25
Re: [HELP] Showing Id On OnPlayerText - by will_92 - 28.02.2010, 11:39
Re: [HELP] Showing Id On OnPlayerText - by Eazy_Efolife - 28.02.2010, 11:54
Re: [HELP] Showing Id On OnPlayerText - by Niixie - 28.02.2010, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)