Help-Need help please.
#10

Remember that you are only using strcmp commands on OnPlayerCommandText and it returns 0 in the end. Like this:-

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/mycommand", cmdtext, true, 10) == 0)
    {
        // Do something here
        return 1;
    }
    return 0; // this return 0
}
As I've observed people are mostly using DINI or YINI, you can find such systems in the forum here are the links of such tutorials:-

1. dini: https://sampforum.blast.hk/showthread.php?tid=234691
2. yini: https://sampforum.blast.hk/showthread.php?tid=273088

-FalconX
Reply


Messages In This Thread
Help-Need help please. - by Edii - 15.05.2012, 17:40
Re: Help-Need help please. - by TheDominator - 15.05.2012, 17:50
Re: Help-Need help please. - by Niko_boy - 15.05.2012, 17:51
Re: Help-Need help please. - by Edii - 15.05.2012, 17:57
Re: Help-Need help please. - by FalconX - 15.05.2012, 17:58
Re: Help-Need help please. - by TheDominator - 15.05.2012, 17:59
Re: Help-Need help please. - by Edii - 15.05.2012, 18:09
Re: Help-Need help please. - by FalconX - 15.05.2012, 18:14
Re: Help-Need help please. - by Edii - 15.05.2012, 18:31
Re: Help-Need help please. - by FalconX - 15.05.2012, 18:32

Forum Jump:


Users browsing this thread: 3 Guest(s)