Giving player a score
#5

I don't quite understand what you're trying to do but this code doesn't really make sence

pawn Код:
SetPlayerScore(killerid, GetPlayerScore(playerid) + 1); //You're setting the killers score to +1 what ever the player they killed score was.

//Shouldn't it be
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
Reply


Messages In This Thread
Giving player a score - by SupaFool - 19.04.2014, 04:57
Re: Giving player a score - by ChandraLouis - 19.04.2014, 06:15
Re: Giving player a score - by SupaFool - 19.04.2014, 06:18
Re: Giving player a score - by KaliKs - 19.04.2014, 06:19
Re: Giving player a score - by Flake. - 19.04.2014, 06:20
Re: Giving player a score - by KaliKs - 19.04.2014, 06:22
Re: Giving player a score - by Sgt.TheDarkness - 19.04.2014, 06:30
Re: Giving player a score - by SupaFool - 19.04.2014, 07:23

Forum Jump:


Users browsing this thread: 1 Guest(s)