Posts: 153
Threads: 64
Joined: Nov 2013
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
Posts: 518
Threads: 59
Joined: Aug 2012
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");
}
Posts: 1,274
Threads: 54
Joined: Jul 2012
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..