10.03.2012, 18:56
I, have this error:
and this the code of error:
help please..
PHP код:
error 001: expected token: "-string end-", but found "-identifier-"
PHP код:
stock ggg(playerid,lvl)
{
#define COL_GREEN "{6EF83C}"
#define COL_RED "{F81414}"
if(PlayerInfo[playerid][AdminLvl] < lvl? COL_GREEN : COL_RED) return 1;
return true;
}