A little help please
#1

I want to erase that thing and put "i" icon with simple /enter command at it's range

Pic.


Another Problem at Area 51

How can i clear this big gate



Last one :

How can i make a countdown
Reply
#2

You can use mta to clear that gate. Just add it in your code with RemoveBuildingForPlayer.. also the countdown https://sampforum.blast.hk/showthread.php?tid=169023
Reply
#3

how to make a countdown:answer

pawn Код:
CMD:countdown(playerid,params[]) {
    if(PlayerInfo[playerid][Level] >= 3) {
        if(CountDown == -1) {
            CountDown = 6;
            SetTimer("countdown",1000,0);
            return CMDMessageToAdmins(playerid,"COUNTDOWN");
        } else return SendClientMessage(playerid,red,"ERROR: Countdown in progress");
    } else return SendClientMessage(playerid,red,"ERROR: You are not a high enough level to use this command");
}
Reply
#4

You can remove the gate by using the SA:MP map editor. Two, for the entry read the SA:MP wiki. Three, look above my post..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)