15.07.2018, 11:09
Well should i use , is it just the same or am i stupid?
pawn Code:
stock Error(playerid, string[]) return va_SendClientMessage(playerid, RED_COLOR, "ERROR: {FFFFFF}%s", string);
//
//Then for a command
if(PlayerInfo[pAdmin] < 1) return Error(playerid, "U can't use this command!");
//or just like this
if(PlayerInfo[pAdmin] < 1) return va_SendClientMessage(playerid, RED_COLOR, "ERROR: U can't use this command!");