04.06.2010, 17:49
Quote:
Originally Posted by candyboy
yo TTJJ,
TTJJ i need gate closing command also. Also i need for 0.2x not for 0.3a And you for doing the script for me!!!! And ![]() Regards candyboy |
try this
Top of script
Код:
new gate;
Код:
gate = CreateObject(987, 315.5947265625, -1172.8193359375, 79.9140625, 0.000000, 0.000000, 224.30236816406); //
Код:
if (strcmp("/opengate", cmdtext, true, 10) == 0) { MoveObject(playerid,987, 315.5947265625, -1172.8193359375, 79.9140625, 0.000000, 0.000000, 224.30236816406.5); SendClientMessage(playerid,0xFFFFF,"Gates Open"); return 1; }
Код:
if (strcmp("/closegate", cmdtext, true, 10) == 0) { MoveObject(playerid,COORDS OF YOUR GATE CLOSED"); SendClientMessage(playerid,0xFFFFF,"Gates Closed"); return 1; }
Simple
Jay.
2.0x Version.