[αjυdα] Tele admin
#3

pawn Код:
if(strcmp(cmd, "/ir", true) == 0) {
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp)) {
            SendClientMessage(playerid, laranja, "Uso correto: /ir [playerid/ParteNick]");
            return 1;}
        new Float:plocx,Float:plocy,Float:plocz;
        new playa;
        if(IsStringAName(tmp)) {
            playa = GetPlayerID(tmp);
        }else {
            playa = strval(tmp);}
if(IsPlayerAdmin(playa)) return SendClientMessage(playerid, laranja, "Apenas Players");
        GetPlayerPos(playa, plocx, plocy, plocz);
        new intid = GetPlayerInterior(playa);
        SetPlayerInterior(playerid,intid);
        if (GetPlayerState(playerid) == 2) {
            new tmpcar = GetPlayerVehicleID(playerid);
            SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
        }else {
            SetPlayerPos(playerid,plocx,plocy+2, plocz);}
        return 1;}
troca o IsPlayerAdmin(playa) por sua variavel de adm.
Reply


Messages In This Thread
[αjυdα] Tele admin - by junioor - 15.02.2011, 15:00
Re: [αjυdα] Tele admin - by Macintosh - 15.02.2011, 16:20
Re: [αjυdα] Tele admin - by leandro123456 - 15.02.2011, 16:22
Re: [αjυdα] Tele admin - by Macintosh - 15.02.2011, 16:34
Re: [αjυdα] Tele admin - by junioor - 15.02.2011, 17:52
Re: [αjυdα] Tele admin - by rjjj - 15.02.2011, 17:57
Re: [αjυdα] Tele admin - by junioor - 15.02.2011, 18:12
Re: [αjυdα] Tele admin - by deregudegu - 15.02.2011, 18:40
Re: [αjυdα] Tele admin - by Macintosh - 15.02.2011, 18:44

Forum Jump:


Users browsing this thread: 3 Guest(s)