14.06.2018, 20:34
Why do people throw up suggestions without asking what variables actually are for??? This seems like a sure way to ruin someones work, and make things harder to fix...
You've got that...
Try this...
PHP Code:
level = SetPlayerScore(killerid,(GetPlayerScore(killerid))+1);
Try this...
PHP Code:
level = SetPlayerScore(killerid,(GetPlayerScore(killerid)+1));