/report command help
#5

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).
pawn Code:
if( giveplayerid != INVALID_PLAYER_ID ) SendReportToQue(playerid, giveplayerid, text);
Reply


Messages In This Thread
/report command help - by damian123 - 29.08.2013, 15:54
Re: /report command help - by Dragonsaurus - 29.08.2013, 16:02
Re: /report command help - by Konstantinos - 29.08.2013, 16:16
Re: /report command help - by damian123 - 29.08.2013, 16:25
Re: /report command help - by Konstantinos - 29.08.2013, 16:28
Re: /report command help - by Dragonsaurus - 29.08.2013, 16:29
Re: /report command help - by damian123 - 29.08.2013, 16:32
Re: /report command help - by damian123 - 29.08.2013, 16:42
Re: /report command help - by Konstantinos - 29.08.2013, 16:45
Re: /report command help - by damian123 - 29.08.2013, 16:54

Forum Jump:


Users browsing this thread: 1 Guest(s)