[αjυdα] Tele admin
#1

Boa tarde!
Eu gostaria de que vocкs me ajudacem a exeplo: eu liberei o /ir para todos os jogadores mais eu gostaria que o /ir n decem /ir nos adm so os players tipo um jogador normal quer da /ir em um adm mais n pode so eu jogador poderiam me ajudar?

Aguardando respostas...


sistema:
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);}
        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;}
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: 1 Guest(s)