2 questions >.< about LuxAdmin
#2

Just go through the script to change the levels.
And for the map just do like this:
pawn Код:
// This is using RCON admin, change it to LAdmin.
if(!strcmp(cmdtext, "/goto", true, 3))
{
         if(IsPlayerAdmin(playerid))
         {
               SetPlayerPos(........);
         }
         else
         {
               SendClientMessage(playerid, COLOR, "ERROR: You are not allowed to teleport there.");
         }
}
Reply


Messages In This Thread
2 questions >.< about LuxAdmin - by HardstylerNiko - 21.07.2010, 11:29
Re: 2 questions >.< about LuxAdmin - by Яσскѕтая - 21.07.2010, 12:04

Forum Jump:


Users browsing this thread: 1 Guest(s)