Problem with Commands and how they are ordered
#10

Quote:
Originally Posted by Grant Johnston
Посмотреть сообщение
Really? That seems Simple. I might have a look at it. :P Thanks
Yep, instead of
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/kill", cmdtext, true, 10) == 0)
    {
All you got to do is
pawn Код:
COMMAND:(command here)(playerid, cmdtext)
{
    //Your shit here - example SendClientMessage(playerid, red, "This is easy");
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)