here, package this and you'll be all set
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