31.10.2010, 00:35
so u are saying LuxAdmin levels for a example
make sure u have
EDIT: i think thats what u want
and this will actually help with the register because u must be level 4 admin lux admin and if u are not registered u can go there even if u are registered u must be admin
pawn Код:
if(strcmp(cmdtext, "/adminbase", true, 3) == 0)
{
if(IsPlayerLuxAdminLevel(playerid,4)) // the level u want only can use for this on i picked 4
SetPlayerPos(playerid, 1694.74609375, -1502.1645507813, 1841.9893798828);
SetPlayerFacingAngle(playerid, 0);
}
else SendClientMessage(playerid, COLOR_WHITE, "ERROR: You not is Administrator Level 4");
return 1;
}
pawn Код:
#include <ladmin>
and this will actually help with the register because u must be level 4 admin lux admin and if u are not registered u can go there even if u are registered u must be admin