17.06.2010, 16:48
Hey People,
Now i have got this:
Its with a command...
I want that u press the Space balk that the gates opens.. WIthouth command.
How to fix that?
Greetingz Drowzz
Now i have got this:
Код:
new poort; MoveObject(poort, 3502.5634765625, -187.08984375, 9.2750568389893, 2.0); poort = CreateObject(10828, 3502.5634765625, -187.08984375, 9.2750568389893, 0.0, 0.0, 0.4998779296875); if (strcmp("/agateopen", cmdtext, true, 10) == 0) { MoveObject(poort, 3502.5634765625, -187.08984375, 3.1000456809998, 2.0); SendClientMessage(playerid, 0x00FF00AA, "De poort is nu geopend."); SetTimer("GateClose", 9000, false); return 1; }
I want that u press the Space balk that the gates opens.. WIthouth command.
How to fix that?
Greetingz Drowzz