how i can do this
#1

hello guys i have a stunt zone on my server and i have set its open and closing time but i want that if the stunt zone become closed if any player is inside it will teleport to it's base
Reply
#2

if i am getting what you're trying to say correct.

You will need an if statement. EG

Quote:

if (stuntTime == NULL) {
SendClientMessage(playerid, 0x00FF00FF, "You have been teleported out of the arena.");
SetPlayerPos(playerid, 0.0, 0.0, 3.0);
}

Reply
#3

Can you give me the closing time script? I will do it for you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)