Can you see this
#9

thanks it works

Код HTML:
    if(strcmp(cmd, "/openb", true) == 0){
    if(PlayerInfo[playerid][pLeader] == 25 || PlayerInfo[playerid][pMember] == 25) {
        MoveObject(Bomji, 1162.3000000,-1650.7000000,12.9000000, 2);
        SendClientMessage(playerid, COLOR_WHITE, "Bomj Gang Gate Igeba,Ar Dagaviwydet Daketva (/closeb)");
    }else {
        SendClientMessage(playerid, COLOR_YELLOW, "Shen Ar Xar Bomg Gang Wevri");
    }
    return 1;
}
    if(strcmp(cmd, "/closeb", true) == 0){
    if(PlayerInfo[playerid][pLeader] == 25 || PlayerInfo[playerid][pMember] == 25) {
        MoveObject(Bomji, 1162.5000000,-1641.6000000,12.9000000, 2);
        SendClientMessage(playerid, COLOR_WHITE, "Bomj Gang Gate Ixureba,Rom Gaxsnat Isev (/openb)");
    }else {
        SendClientMessage(playerid, COLOR_YELLOW, "Shen Ar Xar Bomg Gang Wevri");
    }
    return 1;
}
but how could i make like that command work only , if player is in range of point of
Код HTML:
1162.5000000,-1641.6000000,12.9000000
Reply


Messages In This Thread
Can you see this - by Dezzzy - 31.10.2014, 11:58
Re: Can you see this - by DanishHaq - 31.10.2014, 12:04
Re: Can you see this - by Dezzzy - 31.10.2014, 12:34
Re: Can you see this - by dominik523 - 31.10.2014, 12:45
Re: Can you see this - by Dezzzy - 31.10.2014, 12:47
Re: Can you see this - by dominik523 - 31.10.2014, 12:48
Re: Can you see this - by Dezzzy - 31.10.2014, 13:00
Re: Can you see this - by silenthill - 31.10.2014, 13:02
Re: Can you see this - by Dezzzy - 31.10.2014, 13:23
Re: Can you see this - by Quickie - 31.10.2014, 13:35

Forum Jump:


Users browsing this thread: 2 Guest(s)