problem with something
#5

Quote:
Originally Posted by EliranPesahov
Посмотреть сообщение
You put both of them under OnPlayerDeath? if so, that's dumb, because no matter what... the variable will return to 0. If not, then tell me where the Killspree[playerid] = 0; is standing.
It is under OnPlayerDeath.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    new playerscore;
    new string[128];
    new playername[MAX_PLAYER_NAME];
    Killspree[killerid]++;
    Killspree[playerid]=0;
If that helps some more.
And yes, it may be dumb but I am dumb in this matter. so if you could help out it's all apreciated.
Thanks.
Reply


Messages In This Thread
problem with something - by Jay. - 11.07.2011, 18:00
Re: problem with something - by Toreno - 11.07.2011, 18:12
Re: problem with something - by Jay. - 11.07.2011, 18:15
Re: problem with something - by Toreno - 11.07.2011, 18:19
Re: problem with something - by Jay. - 11.07.2011, 18:23
Re: problem with something - by Toreno - 11.07.2011, 18:29
Re: problem with something - by Jay. - 11.07.2011, 18:31
Re: problem with something - by Wesley221 - 11.07.2011, 18:33
Re: problem with something - by Jay. - 11.07.2011, 18:35
Re: problem with something - by Toreno - 11.07.2011, 18:36

Forum Jump:


Users browsing this thread: 2 Guest(s)