Points.
#1

How can I make a command, for this:

pawn Код:
command(setpoints, playerid, params[])
{
    Player[playerid][Points] ++;
    return 1;
}

But instead of doing it for that person, could I have some help to get it like this:

pawn Код:
command(setpoints, playerid, params[])
{
    Then here the things go, for a cop to set a players points, and an amount of points? :3
}
Thanks.
Reply


Messages In This Thread
Points. - by iGetty - 14.07.2011, 19:56
Re: Points. - by Toreno - 14.07.2011, 20:07
Re: Points. - by iGetty - 14.07.2011, 20:10
Re: Points. - by Toreno - 14.07.2011, 20:16
Re: Points. - by Raimis_R - 14.07.2011, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)