First kill system buged
#1

So when i test first kill system i release that its have a big problems, first of all its give exp for both persons who made it first like Player1 killed Player2 they get both exp bat only Player1 should get exp. Ant other bug its doesn't matter if he killed his self like explode he still get exp for first kill like its doesn't detect if someone killing him. Sorry for me bad sentence.
Her me code
Код:
    if(killcounter == 1)
    {
	new fbname[MAX_PLAYER_NAME], fbstring[128];
	GetPlayerName(killerid, fbname, sizeof(fbname));
	format(fbstring, sizeof(fbstring),""chat""COL_WHITE" %s "COL_GREEN"has made first kill and achieve "COL_WHITE"25EXP", fbname);
    SendClientMessageToAll(0xAFAFAFAA, fbstring);
	GameTextForAll(fbstring, 2000, 3);
	GivePlayerXP(playerid,25);
Reply


Messages In This Thread
First kill system buged - by henkas - 18.11.2016, 17:25
Re: First kill system buged - by Sew_Sumi - 18.11.2016, 17:34
Re: First kill system buged - by TwinkiDaBoss - 18.11.2016, 17:35
Re: First kill system buged - by henkas - 18.11.2016, 17:46
Re: First kill system buged - by Sew_Sumi - 18.11.2016, 18:05
Re: First kill system buged - by henkas - 18.11.2016, 18:09
Re: First kill system buged - by Sew_Sumi - 18.11.2016, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)