I have problem with moving gate ...
#6

try this delete the dynamic

if(strcmp(cmdtext,"/open",true)==0)
{
if(IsPlayerInRangeOfPoint(playerid,5.0,786.6944,-1152.1277,23.6295))
{
SetTimer("Closing",10000,0);
}
return 1;
}

forward Closing(playerid);
public Closing(playerid)
{
MoveObject(gate,786.29541, -1152.44470, 35.66892,1);
return 1;
}
//----------------------------------------------------------------------
Reply


Messages In This Thread
I have problem with moving gate ... - by C0olp1x - 17.11.2014, 00:34
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 00:39
Re: I have problem with moving gate ... - by C0olp1x - 17.11.2014, 00:46
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 00:53
Re: I have problem with moving gate ... - by C0olp1x - 17.11.2014, 00:54
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 00:56
Re: I have problem with moving gate ... - by C0olp1x - 17.11.2014, 00:57
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 01:02
Re: I have problem with moving gate ... - by C0olp1x - 17.11.2014, 01:04
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 01:07

Forum Jump:


Users browsing this thread: 1 Guest(s)