25.09.2012, 05:18
Here is a pic:
and here are the codes:
Could anyone please help?
and here are the codes:
pawn Код:
else if(IsACop(playerid) && IsPlayerInRangeOfPoint(playerid, 7, 1263.7299,-1601.2197,8.4360)) // SAPD Gate
{
if(!SAPDGateStatus)
{
SAPDGateStatus = 1;
MoveDynamicObject(SAPDGate, 1588.6501464844, -1638.0750732422, 6.2343215942383, 3);
}
else
{
SAPDGateStatus = 0;
MoveDynamicObject(SAPDGate, 1588.6428222656, -1638.02734375, 15.240161895752, 3);
}
return 1;
}