[HELP] /Welcome command
#3

pawn Код:
#include <a_samp>

public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/welcome", cmdtext, true, 10) == 0)
    {
    if(IsPlayerAdmin(playerid))
    {
        GameTextForAll("~r~Welcome~n~~g~To~n~~b~Larsey123's Server!", 2500, 5); //When i type /Welcome then should the text show up like evryone can see it
        return 1;
        }
    }
    return 0;
}
Reply


Messages In This Thread
[HELP] /Welcome command - by Larsey123IsMe - 18.11.2010, 23:26
Re: [HELP] /Welcome command - by [L3th4l] - 18.11.2010, 23:28
Re: [HELP] /Welcome command - by Basicz - 18.11.2010, 23:29
Re: [HELP] /Welcome command - by Larsey123IsMe - 18.11.2010, 23:32
Re: [HELP] /Welcome command - by Steven82 - 18.11.2010, 23:43

Forum Jump:


Users browsing this thread: 1 Guest(s)