16.11.2011, 21:44
Quote:
Posta CloseGate, que eu te mostro como ficaria.
Daн vocк faz o outro depois. |
pawn Код:
public CloseGate2(gateid)
{
if(gateid == Gate2)
{
SetObjectRot(Gate2,0,90,0);
}
return 1;
}
//-----------------------------------------
public CloseGate(gateid)
{
if(gateid == Gate1)
{
SetObjectRot(Gate1,0,270,0);
}
return 1;
}
@EDIT Esperando :/