PAWN Gate Help
#1

I've got a problem with my gate....
When i tipe the cmd, he just keep going in a way I don't want and he never stops..
So... When my gate open's, he never stops..
Help...

Code:


if (strcmp(cmdtext, "/CO", true)==0){
SendClientMessage(playerid,COLOR_GATE,"(INFO) Gate opening!!");
MoveObject (AutomaticGate,523.959229, 2778.823730, 12.445267, 25.0);
return 1;
}
else
if (strcmp(cmdtext, "/CF", true)==0)
{
SendClientMessage(playerid,COLOR_GATE,"(INFO)Gate closing..!!");
MoveObject (AutomaticGate,523.959229, 2778.823730, 0.445267, 25.0);
return 1;
}

Help me..
Reply


Messages In This Thread
PAWN Gate Help - by Crusher_Men - 24.06.2011, 15:40
Re: PAWN Gate Help - by GangsTa_ - 24.06.2011, 16:03
Re: PAWN Gate Help - by =WoR=Varth - 24.06.2011, 16:39
Re: PAWN Gate Help - by danodanodano - 24.06.2011, 18:02
Re: PAWN Gate Help - by Crusher_Men - 25.06.2011, 15:41

Forum Jump:


Users browsing this thread: 1 Guest(s)