door help
#1

i'm having trouble, i'm trying to make a command that can open my PD door, but every time i do the command it won't open. can you guys help me?

here are the commands
Код:
	if(strcmp(cmd, "/opensddoor", true) == 0)
	{
		MoveObject(apsd, 496.0321, 1763.5408, 1179.0130, 3);
		return 1;
	}

	if(strcmp(cmd, "opensddoor", true) == 0)
	{
		MoveObject(apsd, 496.0321, 1763.5408, 1181.4729, 3);
		return 1;
	}
Reply


Messages In This Thread
door help - by Godzilla8957 - 10.07.2013, 04:04
Re: door help - by Djean - 10.07.2013, 04:35

Forum Jump:


Users browsing this thread: 1 Guest(s)