Author Topic: Score Grant  (Read 1264 times)

Could someone please make an add on so admins can type /grantpoints 10 jes00?

Come on people this is a good idea.

It's been made lots of times. Search for people's occurrences of it.

i like this though, this is a good idea, dude, do you make maps? i want someone to make one with me

i like this though, this is a good idea, dude, do you make maps? i want someone to make one with me

You will be banned if you go into random topics, make vague positive comments about the topic, then go completely off topic to randomly request stuff of the person who is already asking for something.

You will be banned if you go into random topics, make vague positive comments about the topic, then go completely off topic to randomly request stuff of the person who is already asking for something.
k there

It's been made lots of times. Search for people's occurrences of it.
Searched, could not find one.

Ugh, will nobody make this?
Or if it is already made please give me a link to download it.


You can do it with events, not specifically to a certain person  but like.
Onactivate>Client>Incscore>10

here, package this and you'll be all set
Code: [Select]
function servercmdgrantscore(%client, %player, %number)
{
if(%client.isAdmin || %client.isSuperAdmin)
{
findclientbyname(%player).incscore(%number);
}
else
messageclient(%client, '', "<color:ffffff>You must be an admin to grant score.");
}

didn't test it much, but the score and stuff incrimenting works, and should be admin only as i ripped that from the voting addon, as it's easier than retyping it
and it seems that the voting addon's way to target a player is inefficient comparative to just using this way :D


How did you not find one?

There's one on RTB, by GLaDOS

How did you not find one?

There's one on RTB, by GLaDOS
No that is donate score, you are giving YOUR points to someone else.
However grant score is giving someone points(not from your own points).

I thought TomTom had one on his trench server.