24.06.2010, 22:36
pawn Код:
if( == 0)
Here is the code,
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/opengate", cmdtext, true, 10) == 0)
{
if(!PlayerToPoint(10, playerid,CreateObject(969, 1591.6506347656, -1637.8186035156, 12.640459060669, 0.000000, 0.000000, 0.000000))) { return 1; }
if( == 0)
{
= 1;
MoveObject(PD_Gate,CreateObject(969, 1584.2933349609, -1637.7700195313, 12.390459060669, 0.000000, 0.000000, 0.000000); //,7);
}
else if( == 1)
{
= 0;
MoveObject(,CreateObject(969, 1591.6506347656, -1637.8186035156, 12.640459060669, 0.000000, 0.000000, 0.000000); //,7);
}
return 1;
}
return 0;
}