29.11.2013, 14:54
OFF: Dios, no sй de donde sacan esa tontera de 'PlayerToPoint', es la misma basura que el del nativo de SA-MP.
ON: Intenta esto:
ON: Intenta esto:
pawn Код:
//====
portonhospital = CreateObject(980, -295.73, 1049.93, 21.35, 0.00, 0.00, 359.98);
//===
zcmd(abrirporton, playerid, params[])
{
if(Team_SAMD(playerid))
{
if(IsPlayerInRangeOfPoint(playerid, 40.0, 1141.40002441, -1293.69995117, 20.50000000))
{
MoveObject(portonhospital, -295.73, 1049.93, 25.99, 5.0);
SetTimer("GateClose4", 7000, 0);
}
else SendClientMessageEx(playerid, COLOR_GREY," No hay seсal!");
}
return 1;
}
//===
function GateClose4()
{
MoveObject(portonhospital, -295.73, 1049.93, 21.35, 3.0);
return 1;
}