What Is That?
#8

the probleme is here
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;
}
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;
}
Reply


Messages In This Thread
What Is That? - by BLACK-RIDER-1692 - 21.08.2009, 08:00
Re: What Is That? - by XtremeChio - 21.08.2009, 08:04
Re: What Is That? - by _Vortex - 21.08.2009, 08:08
Re: What Is That? - by BLACK-RIDER-1692 - 21.08.2009, 08:12
Re: What Is That? - by Andom - 21.08.2009, 08:22
Re: What Is That? - by BMUK - 21.08.2009, 08:24
Re: What Is That? - by BLACK-RIDER-1692 - 21.08.2009, 09:41
Re: What Is That? - by James_Alex - 21.08.2009, 09:43
Re: What Is That? - by BLACK-RIDER-1692 - 21.08.2009, 09:46
Re: What Is That? - by James_Alex - 21.08.2009, 09:49

Forum Jump:


Users browsing this thread: 1 Guest(s)