17.08.2009, 21:30
AccountInfo[playerid][DonatorLevel] > 3) {// Checks for donator level 3 and above
SetPlayerColor(playerid,COLOR_WHITE); // COLOR_WHITE
}
else
{
SendClientMessage(playerid,COLOR_RED,"You're not a level 3 donator! You cannot use this command!");
I think that help ya
SetPlayerColor(playerid,COLOR_WHITE); // COLOR_WHITE
}
else
{
SendClientMessage(playerid,COLOR_RED,"You're not a level 3 donator! You cannot use this command!");
I think that help ya