03.04.2011, 10:46
Quote:
if(strcmp(cmdtext, "/gdoor", true) == 0) { new string[50]; new movetime = MoveObject(5020, 2450.3513183594, -1675.4222412109, 14.183507919312, 2.00); format(string, sizeof(string), "Object will finish moving in %d milliseconds", 14000); SendClientMessage(playerid, 0xFF000000, string); return 1; } return 0; } if(strcmp(cmdtext, "/gbigdoor", true) == 0) { new string[50]; new movetime = MoveObject(10671, 2460.9345703125, -1659.2412109375, 14.169486999512, 2.00); format(string, sizeof(string), "Object will finish moving in %d milliseconds", 14000); SendClientMessage(playerid, 0xFF000000, string); return 1; } return 0; } |
can any fix this for my? its just 2 gate's thats need be open with command please help me. i know this like's easy for you guys but im new its hard to me