Need Example
#2

pawn Код:
command(stats,playerid, params[])
{
     #pragma unused params
     if(Kills[playerid] != 0)
     {
              //DO CMD HERE
      }
      else
      {
             SendClientMessage(playerid, WHITE, "You Do Not Have Any Kills!");
      }
      return 1;
}
Read up on how to use/make variables.
Reply


Messages In This Thread
Need Example - by marinov - 08.12.2010, 01:07
Re: Need Example - by Hal - 08.12.2010, 02:53
Re: Need Example - by marinov - 08.12.2010, 19:29

Forum Jump:


Users browsing this thread: 1 Guest(s)