28.06.2009, 07:07
The whole point of this script is to block of entrance into city-hall.
But when i hit /chblock, the gates come up with Gates 3/4( I Think)
Noticeably taller than the rest.
I tried, and failed.
Help?
But when i hit /chblock, the gates come up with Gates 3/4( I Think)
Noticeably taller than the rest.
I tried, and failed.
Help?
Код:
if(!strcmp(cmdtext, "/chblock", true)) { MoveObject(chb1, 1469.974731, -1751.066162, 17.223053, 0.8); MoveObject(chb2, 1477.351196, -1751.260254, 17.223053, 0.8); MoveObject(chb3, 1483.991089, -1751.268066, 17.223053, 0.8); MoveObject(chb4, 1490.462524, -1751.264526, 17.223053, 0.8); MoveObject(chb5, 1497.041504, -1751.256714, 17.223053, 0.8); return 1; } if(!strcmp(cmdtext, "/chunblock", true)) { MoveObject(chb1, 1469.974731, -1751.066162, 11.223053, 0.8); MoveObject(chb2, 1477.351196, -1751.260254, 11.223053, 0.8); MoveObject(chb3, 1483.991089, -1751.268066, 11.223053, 0.8); MoveObject(chb4, 1490.462524, -1751.264526, 11.223053, 0.8); MoveObject(chb5, 1497.041504, -1751.256714, 11.223053, 0.8); return 1; }