02.01.2013, 20:47
I've got a problem with my gates.. they arent moving at all...
ColiesGate = CreateDynamicObject(971, -197.42, 1203.58, 22.29, 0.00, 0.00, 0.00);
Код:
if(!strcmp(cmdtext, "/hqopen",true))
{
MoveObject(ColiesGate, -197.42, 1203.58, 13.06,2.0);
SendClientMessage(playerid, COLOR_RED, "<!>Colies gate is now open!");
return 1;
}
if(!strcmp(cmdtext, "/hqclose",true))
{
MoveObject(ColiesGate, -197.42, 1203.58, 22.29,2.0);
SendClientMessage(playerid, COLOR_RED, "<!>Colies gate is now closed!");
return 1;
}

