stock SendError(playerid, string[]){ new strings[130] ; format(strings, sizeof strings, "ERROR: %s", string); return SendClientMessage(playerid, COLOR_RED, strings);}