Why won't this FS work?
#2

Use [ pawn ][ /pawn ] BBcode please

pawn Код:
#include <a_samp>

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Filterscript generated by convertFFS");
    print("--------------------------------------\n");
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

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;
}
That one must work xD
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: 2 Guest(s)