13.08.2010, 15:47
hi guys im using lux admin and im still learning scriting pondering a bit but i need help making a private skin for me and my co leader weve been using a cmd as a password. heres one of them:
if(strcmp(cmd, "/J294dms10", true) == 0) {
SetPlayerSkin(playerid, 294);
SendClientMessage(playerid, COLOR_RED, "If you are not Joe Grams then get out of this skin or you will be banned for 3 days");
return 1;
}
how do i make it for level 10 luxadmin only
if(strcmp(cmd, "/J294dms10", true) == 0) {
SetPlayerSkin(playerid, 294);
SendClientMessage(playerid, COLOR_RED, "If you are not Joe Grams then get out of this skin or you will be banned for 3 days");
return 1;
}
how do i make it for level 10 luxadmin only