21.01.2012, 17:31
Did it like this :
But it gave me Warning : Tag Mischat at :
and when i got to the location of the gate or even anyplace and i type /whgate nothing happen..
PHP код:
if(strcmp(cmd, "/whgate", true) == 0)
{
if(WHGATE == false)
{
MoveDynamicObject(WHGATE,1141.0118408203, -1206.8706054688, 12.685035705566,1.2); //
SendClientMessage(playerid, COLOR_RED, "Gates are opening, Please Wait.");
WHGATE = true;
}
if(WHGATE == true)
{
MoveDynamicObject(WHGATE,1141.0118408203, -1206.8706054688, 21.935035705566,1.2); //
SendClientMessage(playerid, COLOR_RED, "The Gates are closing, Please Wait."); //
WHGATE = false;
}
return 1;
}
PHP код:
WHGATE = CreateDynamicObject(2990, 1141.0118408203, -1206.8706054688, 21.935035705566, 0, 0, 91.669952392578);