there shouldn't be problem while there is Help
#4

Fixed
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
      if (strcmp("/Kill", cmdtext, true, 5) == 0)
    {
        SetPlayerHealth(playerid, 0);
        SendClientMessage(playerid, 0xFFFF00AA, "You have killed yourself!");
        return 1;
    }

      if (strcmp("/Rules", cmdtext, true, 6) == 0)
    {
        SendClientMessage(playerid, 0xFFFF00AA, "Rules!");
        return 1;
    }

      return 0;
}
Reply


Messages In This Thread
there shouldn't be problem while there is Help - by Roomeo - 08.03.2011, 09:50
Re: there shouldn't be problem while there is Help - by Sascha - 08.03.2011, 09:53
Re: there shouldn't be problem while there is Help - by Davz*|*Criss - 08.03.2011, 09:58
Re: there shouldn't be problem while there is Help - by Roomeo - 08.03.2011, 10:13
Re: there shouldn't be problem while there is Help - by Davz*|*Criss - 08.03.2011, 10:17
Re: there shouldn't be problem while there is Help - by Roomeo - 08.03.2011, 10:24

Forum Jump:


Users browsing this thread: 1 Guest(s)