[HELP]With my gates
#1

Код:
if(!strcmp(cmdtext, "/chrisopen", true)) //
{
MoveObject(gate1,1812.641357, -2085.991943, 12.721228,5);
   	
	return 1;
}
if(!strcmp(cmdtext, "/chrisclose", true)) // 
{
MoveObject(gate1,1813.387207, -2069.811523, 12.719982,5);

	return 1;
}
how come its not working it doesnt open or close

heres the code for it to open


CreateObject(969, 1812.641357, -2085.991943, 12.721228, 0.0000, 0.0000, 88.5219);

? please help me
Reply
#2

you have to put gate1 = CreateObject(969, 1812.641357, -2085.991943, 12.721228, 0.0000, 0.0000, 88.5219);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)