...Timed gate?
#5

C:\Users\FrazzFilms\Desktop\Server\gamemodes\penls .pwn(18294) : warning 217: loose indentation
C:\Users\FrazzFilms\Desktop\Server\gamemodes\penls .pwn(18294) : error 029: invalid expression, assumed zero
C:\Users\FrazzFilms\Desktop\Server\gamemodes\penls .pwn(1829 : error 017: undefined symbol "Object"

At the very bottom:
Код:
public gateclosetimer();
}
gateclosetimer()
{
MoveObject(Object, 1534.98,-1451.48,15.00, 2.00);
}
At the very top: (Around the Forwards)
Код:
forward gateclosetimer();
In the gate code:
Код:
if(strcmp(cmd, "/openogate", true) == 0) { // Edit the /eup to your elevator command.
 	if(GetPlayerMoney(playerid) > 250)
 	
	GivePlayerMoney(playerid,-250);
	MoveObject(frazzgate,1534.98,-1451.48,9.70,2.00); // Put your cords in here
	SendClientMessage(playerid, COLOR_RED, "You have 5 seconds to get in.");
	SetTimer("gateclosetimer", 5000, false);
	return 1;
   		}
Reply


Messages In This Thread
...Timed gate? - by FrazZ - 07.04.2009, 12:20
Re: ...Timed gate? - by Weirdosport - 07.04.2009, 12:26
Re: ...Timed gate? - by FrazZ - 07.04.2009, 12:35
Re: ...Timed gate? - by Weirdosport - 07.04.2009, 12:37
Re: ...Timed gate? - by FrazZ - 07.04.2009, 12:45
Re: ...Timed gate? - by Weirdosport - 07.04.2009, 12:49
Re: ...Timed gate? - by FrazZ - 07.04.2009, 13:06
Re: ...Timed gate? - by Weirdosport - 07.04.2009, 13:22
Re: ...Timed gate? - by FrazZ - 07.04.2009, 13:36
Re: ...Timed gate? - by Weirdosport - 07.04.2009, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)