Urgent need help making /fly cmd
#2

pawn Код:
#include <a_samp>
#include <fly>
 
public OnFilterScriptInit()
{
        print("=========================================\n");
        print("Fly include demo FS by Norck");
        print(" ");
        print("=========================================\n");
        return 1;
}
public OnPlayerConnect(playerid)
{
        InitFly(playerid);
        return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
        if(!strcmp(cmdtext,"/fly",true))
        {
            StartFly(playerid);
            return 1;
        }
        if(!strcmp(cmdtext,"/stopfly",true))
        {
            StopFly(playerid);
            return 1;
        }
        return 0;
}
Reply


Messages In This Thread
Urgent need help making /fly cmd - by NinjaChicken - 30.07.2012, 12:28
Re: Urgent need help making /fly cmd - by SomebodyAndMe - 30.07.2012, 12:31
Re: Urgent need help making /fly cmd - by NinjaChicken - 30.07.2012, 12:35
Re: Urgent need help making /fly cmd - by NinjaChicken - 31.07.2012, 01:37
Re: Urgent need help making /fly cmd - by THE_KING$5$ - 31.07.2012, 02:08
Re: Urgent need help making /fly cmd - by [MM]RoXoR[FS] - 31.07.2012, 04:50

Forum Jump:


Users browsing this thread: 3 Guest(s)