[Tutorial] How to make multiple moveable gates.
#5

pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/open"))
     {
     MoveDynamicObject(gate[0], 1496.59997559,-699.75000000,86.80000305, 1);
     MoveDynamicObject(gate[1], 1484.59997559,-699.75000000,86.80000305, 1);
     return 1;
     }

 {
     MoveDynamicObject(agate[0], 1496.59997559,-699.75000000,93.40000153, 1);
     MoveDynamicObject(agate[1], 1484.59997559,-699.75000000,93.40000153, 1);
     return 1;
     }
    return 0;
}
You didn't forget something ?
Reply


Messages In This Thread
How to make multiple moveable gates. - by Rg-Gaming.Info - 23.05.2012, 14:11
Re: How to make multiple moveable gates. - by Infinity90 - 23.05.2012, 14:37
Re: How to make multiple moveable gates. - by Rg-Gaming.Info - 23.05.2012, 15:11
Re: How to make multiple moveable gates. - by Jonny5 - 23.05.2012, 15:59
Re : How to make multiple moveable gates. - by Vukilore - 23.05.2012, 16:32
Re: Re : How to make multiple moveable gates. - by Rg-Gaming.Info - 23.05.2012, 16:55
Re: How to make multiple moveable gates. - by necrobg3 - 23.05.2012, 17:05
Re: How to make multiple moveable gates. - by kalata981 - 23.05.2012, 17:10
Re: How to make multiple moveable gates. - by Rg-Gaming.Info - 23.05.2012, 17:54
Re: How to make multiple moveable gates. - by Mimic - 18.06.2012, 12:37

Forum Jump:


Users browsing this thread: 1 Guest(s)