29.08.2013, 16:28
Re-read what I said. SendReportToQue needs:
1) the player who report
2) the player who was reported
3) the report text
Check if the id a player typed is not invalid and replace, the playerid (the player who reported), the giveplayerid (the player who was reported by another player) and the text (report message).
1) the player who report
2) the player who was reported
3) the report text
Check if the id a player typed is not invalid and replace, the playerid (the player who reported), the giveplayerid (the player who was reported by another player) and the text (report message).
pawn Code:
if( giveplayerid != INVALID_PLAYER_ID ) SendReportToQue(playerid, giveplayerid, text);

