Will this work?
#3

Quote:
Originally Posted by gamer931215
Посмотреть сообщение
First try instead of:
pawn Код:
GetPlayerName(playerid, name1, sizeof(name1));
doing
pawn Код:
GetPlayerName(playerid, name1, sizeof name1);
Will not work, those two things does the same. just to mention

OT:
Ofc it will not work.
you cant say else to if(killerid != INVALID_PLAYER_ID)

if killerid and playerid is equal, then its suicide ...
and insted of PlayerInfo[killerid][pDeaths] += 1;
try
PlayerInfo[killerid][pDeaths]++;
Reply


Messages In This Thread
Will this work? - by Ihsan_Cingisiz - 14.08.2010, 23:05
Re: Will this work? - by gamer931215 - 14.08.2010, 23:15
Re: Will this work? - by Niixie - 14.08.2010, 23:19
Re: Will this work? - by Ihsan_Cingisiz - 14.08.2010, 23:19
Re: Will this work? - by Ihsan_Cingisiz - 14.08.2010, 23:22
Re: Will this work? - by Niixie - 14.08.2010, 23:23
Re: Will this work? - by Ihsan_Cingisiz - 14.08.2010, 23:24
Re: Will this work? - by Ihsan_Cingisiz - 14.08.2010, 23:52
Re: Will this work? - by gamer931215 - 14.08.2010, 23:58
Re: Will this work? - by PotH3Ad - 15.08.2010, 00:02

Forum Jump:


Users browsing this thread: 1 Guest(s)