16.03.2013, 16:41
Hello, how to make that this only work with the first Player who made a Kill? Because now, it works for every Player who made his first Kill, but i want that it work only for ONE Player who made the FIRST Kill.
Код:
case 1: format(kstring,sizeof(kstring),""chat""COL_RED" %s has achieved a FIRST BLOOD! "COL_LIGHTBLUE"(+10 XP) (1 Cookie)",PlayerName(killerid)), SendClientMessageToAll(-1,kstring), pInfo[killerid][pXP] += 10,pInfo[killerid][pCookies] += 1;