Where do I place the cmd to work?
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp("/thecmd", cmdtext, true))
    {
        SetPlayerPos(playerid, -1992.3206787109, 2260.1875, 18.9241657257);
        SetPlayerFacingAngle(playerid, 0);
        SendClientMessage(playerid, 0xFED530FF," The line i need to put(i know about it).");
        return 1;
    }
    //More commands here
    return 0;
}
Reply


Messages In This Thread
Where do I place the cmd to work? - by New_Player[USW] - 09.09.2010, 10:53
Re: Where do I place the cmd to work? - by [XST]O_x - 09.09.2010, 11:00
Re: Where do I place the cmd to work? - by New_Player[USW] - 09.09.2010, 11:05
Re: Where do I place the cmd to work? - by LarzI - 09.09.2010, 11:06
Re: Where do I place the cmd to work? - by [XST]O_x - 09.09.2010, 11:08
Re: Where do I place the cmd to work? - by LarzI - 09.09.2010, 11:11
Re: Where do I place the cmd to work? - by [XST]O_x - 09.09.2010, 11:16
Re: Where do I place the cmd to work? - by LarzI - 09.09.2010, 11:27

Forum Jump:


Users browsing this thread: 3 Guest(s)