26.03.2014, 10:09
For 981
Use CTRL + F and search for dcmd you defined it twice for that is this warning
For 2688
For 9979
Use CTRL + F and search for dcmd you defined it twice for that is this warning
For 2688
Код:
if(IsPlayerInRangeOfPoint(playerid, 10.0, 362.4653, 173.7711, 1008.3828))
pawn Код:
public OnObjectMoved(objectid)
{
for( new playerid=0; playerid<=MAX_PLAYERS; playerid++)
{
if(objectid==platforma)
{
if(IsPlayerInRangeOfPoint(playerid,3.0, 1549.0999755859, -1651.9000244141,90.36))
{
MoveDynamicObject(usadesus1, 1554.0999755859, -1656.6999755859, 29,4);
MoveDynamicObject(usadesus2, 1554, -1651.2999755859, 29,4);
SetTimer("InchideUsaDeSus",3000,0);
}
if(PlayerToPoint(playerid,3.0,1549.0999755859, -1651.9000244141,12.36))
{
MoveDynamicObject(usadejos1,1549.1999511719, -1651.0, 14.300000190735,4);
MoveDynamicObject(usadejos2,1549.1999511719, -1656.5, 14.300000190735,4);
SetTimer("InchideUsaDeJos",3000,0);
}
}
}
return 1;
}