Hello,
iam editing that XMas plugin for shmod
Code:
{
new randomXP = random_num(100, 1000);
server_cmd("amx_shaddxp", pToucher, randomXP);
server_exec();
client_print(pToucher, print_chat, "[presentsSpawner] %L", pToucher, "You got XP:", randomXP);
}
But i get always a error, when ppl are trying to pickup a present:
Usage: amx_shaddxp <nick | @team | @ALL | #userid> <xp> - Adds XP to Players