door help
#2

Alright, The reason for this is because you have the two commands as the same, it will not open. I also see that you forgot to put "/" on the 'closeddoor'. It should be "/closeddoor" not just "closeddoor" the Separate the CMDS. Use this below.

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

    if(strcmp(cmd, "/closeddoor", true) == 0)
    {
        MoveObject(apsd, 496.0321, 1763.5408, 1181.4729, 3);
        return 1;
    }
I hope this helped! Good Luck
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)