Need Example
#1

I want to learn how to make it require one kill before using a command, please give me an example so I can try to do my own
Reply
#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
#3

that's perfect thxs
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)