08.01.2014, 12:58
SHow us the loop code.
EDIT:
GetPlayerName has 3 arguments,
playerid
str
sizeof str
so it should be
new str[32];
GetPlayerName(playerid, str, sizeof str);
EDIT:
GetPlayerName has 3 arguments,
playerid
str
sizeof str
so it should be
new str[32];
GetPlayerName(playerid, str, sizeof str);

