Why won't this FS work?
#3

Try this

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp("/commandtogotoposition", cmdtext, true))
    {
        SetPlayerPos(playerid, -120.38372040, -3081.67968750, 0.69480735);
        SetPlayerFacingAngle(playerid, 270.00000000);
        SendClientMessage(playerid, 0xFED530FF, "Welcome to Sols' hangout!");
        return 1;
    }
    return 0;
}
Edit: person above bet me to it :/
Reply


Messages In This Thread
Why won't this FS work? - by ownagedocter - 03.01.2011, 05:18
Re: Why won't this FS work? - by Kwarde - 03.01.2011, 05:27
Re: Why won't this FS work? - by Haydz - 03.01.2011, 05:28
Re: Why won't this FS work? - by Kwarde - 03.01.2011, 05:31
Re: Why won't this FS work? - by Haydz - 03.01.2011, 05:37
Re: Why won't this FS work? - by bartje01 - 03.01.2011, 05:49
Re: Why won't this FS work? - by Kwarde - 03.01.2011, 18:44
Re: Why won't this FS work? - by ownagedocter - 05.01.2011, 03:24

Forum Jump:


Users browsing this thread: 3 Guest(s)