06.02.2018, 20:24
He already returned the value after the statement.
The brackets there are unnecessary.
Код:
if (playerid == id) return SendClientMessage(playerid, COLOR_ORED, "ERROR: You cannot pm yourself!"); // Continue code..

