01.10.2011, 09:54
I'd like to point out that this line is incorrect as it'd only get player id 1's name
it should be
also this line is also wrong
should be
pawn Код:
GetPlayerName(IsAfk[playerid],IsAfkPlayer,sizeof(IsAfkPlayer));
pawn Код:
GetPlayerName( i ,IsAfkPlayer,sizeof(IsAfkPlayer));
pawn Код:
if(IsAfk[playerid] == 1)
pawn Код:
if(IsAfk[i] == 1)