12.11.2013, 13:16
To the author above, you've forgotten a ')' and a semicolon.
And why name[128] when max name length is actually 24? (MAX_PLAYER_NAME)
Other than that, the code above should work.
pawn Code:
SendClientMessage(playerid, COLOR_PINK, "List of all online admins:");
Other than that, the code above should work.