Moveobject trouble
#3

You need to create a var, and set it to 1, when you do /gate (to open).

pawn Код:
if(!strcmp(cmdtext, "/gate", true))
{
if(var == 1)
{
//Close Object
}
else if(var == 0)
{
//close object
}
Reply


Messages In This Thread
Moveobject trouble - by Vilt™ - 25.08.2010, 21:19
Re: Moveobject trouble - by AndriusZ* - 25.08.2010, 22:06
Re: Moveobject trouble - by Toni - 25.08.2010, 22:10
Re: Moveobject trouble - by Vilt™ - 25.08.2010, 23:17
Re: Moveobject trouble - by Toni - 26.08.2010, 00:00
Re: Moveobject trouble - by Vilt™ - 28.08.2010, 13:47
Re: Moveobject trouble - by Thebest96 - 28.08.2010, 13:54

Forum Jump:


Users browsing this thread: 1 Guest(s)