Help with a moving gate
#5

pawn Код:
if(strcmp(cmd, "/av", true) ==0)
{
    MoveObject(varavkinni, 1811.0886230469, -1882.4538574219, 12.405349731445, 2.0);
    SendClientMessage(playerid, 0xFF8000FF, "Vдrav on avatud!.");
    return 1;
}


if(strcmp("/sv", cmdtext, true) == 0)
{
    MoveObject(varavkinni, 1810.96484375, -1890.912109375, 12.405349731445, 2.0);
    SendClientMessage(playerid, 0xFF8000FF, "Vдrav on suletud!.");
    return 1;
}
should work...
Reply


Messages In This Thread
Help with a moving gate - by alaripennar - 23.09.2011, 20:34
Re: Help with a moving gate - by Stigg - 23.09.2011, 20:50
Re: Help with a moving gate - by alaripennar - 23.09.2011, 20:55
Re: Help with a moving gate - by Kingunit - 23.09.2011, 20:56
Re: Help with a moving gate - by Fat - 23.09.2011, 20:58
Re: Help with a moving gate - by Stigg - 23.09.2011, 20:59

Forum Jump:


Users browsing this thread: 2 Guest(s)