21.08.2009, 09:43
the probleme is here
try
pawn Код:
}
if(strcmp(cmdtext,"/lifroof",true)==0)
{
MoveObject(gate8,1931.741821,1948.254883,124.653679,3.00);//lifroof
SendClientMessage(playerid,COLOR_NICEBLUE,"Lift Go Down!");
return 1;
}
//-----------------------------Lift System End----------------------------------
{
if(strcmp(cmdtext,"/opengate1",true)==0)
{
MoveObject(gate1,2107.968506,1982.014404,13.005812,2.00);//cordinates close gate
SendClientMessage(playerid,COLOR_NICEBLUE,"Gate1 Is Open!");
return 1;
}
pawn Код:
}
if(strcmp(cmdtext,"/lifroof",true)==0)
{
MoveObject(gate8,1931.741821,1948.254883,124.653679,3.00);//lifroof
SendClientMessage(playerid,COLOR_NICEBLUE,"Lift Go Down!");
return 1;
}
//-----------------------------Lift System End----------------------------------
if(strcmp(cmdtext,"/opengate1",true)==0)
{
MoveObject(gate1,2107.968506,1982.014404,13.005812,2.00);//cordinates close gate
SendClientMessage(playerid,COLOR_NICEBLUE,"Gate1 Is Open!");
return 1;
}

