14.07.2011, 19:56
How can I make a command, for this:
But instead of doing it for that person, could I have some help to get it like this:
Thanks.
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
}