18.08.2014, 17:22
PHP код:
CMD:abrir(playerid){
if(IsPlayerInRangeOfPoint(playerid,30.0,x, y, z)){
//Abra!
MoveObject(obid, x, y, z, 10.0);
SetTimerEx("fechar", 5000, false, "i", b);
}
return 1;
}

