19.10.2010, 12:50
if i want to make message thats i cant ban my self ingame
i do like this
if(Player[pID][admin]) return SencClientMessage(playerid, COLOR_RED,"You cant ban yourself");
OR
if(playerid == pID) return SendClientMessage(playerid, COLOR_RED,"You cant ban yourself");
what one is right
i do like this
if(Player[pID][admin]) return SencClientMessage(playerid, COLOR_RED,"You cant ban yourself");
OR
if(playerid == pID) return SendClientMessage(playerid, COLOR_RED,"You cant ban yourself");
what one is right